< prev index next >

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

Print this page
rev 59104 : imported patch serviceability

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