changeset 2338:591c7dc0b2ee icedtea-1.14

Test enhancement - make the test compatible with OpenJDK7/IcedTea7, disabling printing unnecessary information to error output.
author ptisnovs
date Thu, 19 May 2011 13:27:44 +0200
parents 74ff0c608935
children ce652037ceeb
files test/runtime/6929067/Test6929067.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/runtime/6929067/Test6929067.sh	Wed May 18 22:57:17 2011 +0200
+++ b/test/runtime/6929067/Test6929067.sh	Thu May 19 13:27:44 2011 +0200
@@ -45,7 +45,7 @@
 COMP_FLAG="-m32"
 
 # Test if JDK is 32 or 64 bits
-${TESTJAVA}/bin/java -d64
+${TESTJAVA}/bin/java -d64 -version 2> /dev/null
 
 if [ $? -eq 0 ]
 then