jdk/test/java/net/Socket/OldSocketImpl.sh
changeset 12047 320a714614e9
parent 5506 202f599c92aa
child 14342 8435a30053c1
--- a/jdk/test/java/net/Socket/OldSocketImpl.sh	Tue Mar 06 10:25:45 2012 +0800
+++ b/jdk/test/java/net/Socket/OldSocketImpl.sh	Tue Mar 06 20:34:38 2012 +0000
@@ -28,7 +28,7 @@
 
 OS=`uname -s`
 case "$OS" in
-  SunOS | Linux )
+  SunOS | Linux | Darwin )
     PS=":"
     FS="/"
     ;;
@@ -46,10 +46,10 @@
     ;;
 esac
 
-# no need to compile the test. It is already compiled 
+# no need to compile the test. It is already compiled
 # with 1.3 and in OldStyleImpl.jar
 
-# run 
+# run
 ${TESTJAVA}${FS}bin${FS}java -cp ${TESTSRC}${FS}OldSocketImpl.jar OldSocketImpl
 result=$?
 if [ "$result" -ne "0" ]; then