< prev index next >

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

Print this page
rev 59104 : imported patch serviceability

@@ -46,15 +46,15 @@
    $TESTJAVA/bin/java ${TESTVMOPTS} -classpath $TESTCLASSES $@        || exit 3
 }
 
 # Test GetMaxFileDescriptorCount if we are running on Unix
 case `uname -s` in
-    SunOS | Linux )
+    Linux )
        runOne GetMaxFileDescriptorCount
        ;;
     * )
-       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 >