< prev index next >

test/sun/net/www/http/ChunkedInputStream/ChunkedCharEncoding.sh

Print this page
rev 1540 : 6867657: Many JSN tests do not run under cygwin
Reviewed-by: ohair

@@ -30,10 +30,14 @@
 case "$OS" in
   SunOS | Linux )
     PS=":"
     FS="/"
     ;;
+  CYGWIN* )
+    PS=";"
+    FS="/"
+    ;;
   Windows* )
     PS=";"
     FS="\\"
     ;;
   * )
< prev index next >