diff test/runtime/6929067/Test6929067.sh @ 6598:6acee021f5ac

7129723: MAC: Some regression tests need to recognize Mac OS X platform Summary: Add Darwin like Linux to shell scripts Reviewed-by: kvn, kamg, dholmes
author coleenp
date Wed, 01 Aug 2012 16:52:43 -0400
parents 037973617842
children e0ea0e94c23c
line wrap: on
line diff
--- a/test/runtime/6929067/Test6929067.sh	Tue Jul 31 16:01:56 2012 -0400
+++ b/test/runtime/6929067/Test6929067.sh	Wed Aug 01 16:52:43 2012 -0400
@@ -27,17 +27,10 @@
     PS=":"
     FS="/"
     ;;
-  SunOS | Windows_* | *BSD)
-    NULL=NUL
-    PS=";"
-    FS="\\"
+  * )
     echo "Test passed; only valid for Linux"
     exit 0;
     ;;
-  * )
-    echo "Unrecognized system!"
-    exit 1;
-    ;;
 esac
 
 # Choose arch: i386 or amd64 (test is Linux-specific)