test/sun/jvmstat/testlibrary/utils.sh

Print this page

        

*** 38,48 **** TESTSRC="." fi OS=`uname -s` case ${OS} in ! Windows_*) PS=";" FS="\\" ;; *) PS=":" --- 38,48 ---- TESTSRC="." fi OS=`uname -s` case ${OS} in ! Windows_* | CYGWIN*) PS=";" FS="\\" ;; *) PS=":"
*** 56,66 **** case ${OS} in Windows_95 | Windows_98 | Windows_ME) echo "Test bypassed: jvmstat feature not supported on ${OS}" exit 0 ;; ! Windows_*) # verify that the tmp directory supports persistent ACLs, which # are required for jvmstat to enable its shared memory feature. # NOTE: FAT type files systems do not support ACLs, but NTFS files # systems do. # --- 56,66 ---- case ${OS} in Windows_95 | Windows_98 | Windows_ME) echo "Test bypassed: jvmstat feature not supported on ${OS}" exit 0 ;; ! Windows_* | CYGWIN*) # verify that the tmp directory supports persistent ACLs, which # are required for jvmstat to enable its shared memory feature. # NOTE: FAT type files systems do not support ACLs, but NTFS files # systems do. #