< prev index next >

test/jdk/java/awt/font/JNICheck/JNICheck.sh

Print this page
rev 59106 : imported patch client

@@ -35,11 +35,11 @@
   CP="."
 else
   CP="${TESTCLASSES}"
 fi
 
-if [ $OS != SunOS -a $OS != Linux ]
+if [ $OS != Linux ]
 then
     exit 0
 fi
 
 if [ -z "${TESTJAVA}" ] ; then
< prev index next >