< prev index next >

test/jdk/com/sun/management/UnixOperatingSystemMXBean/GetOpenFileDescriptorCount.sh

Print this page
rev 59104 : imported patch serviceability

@@ -45,15 +45,15 @@
    $TESTJAVA/bin/java ${TESTVMOPTS} -classpath $TESTCLASSES $@        || exit 3
 }
 
 # Test GetOpenFileDescriptorCount if we are running on Unix
 case `uname -s` in
-    SunOS | Linux )
+    Linux )
        runOne GetOpenFileDescriptorCount
        ;;
     * )
-       echo "Ignore test when not run on Solaris or Linux"
+       echo "Ignore test when not run on Linux"
        exit 0
        ;;
 esac
 
 exit 0
< prev index next >