test/sun/net/ftp/MarkResetTest.sh

Print this page
rev 8975 : 8028537: PPC64: Updated the JDK regression tests to run on AIX
Reviewed-by: alanb
Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, volker.simonis@gmail.com

@@ -26,11 +26,11 @@
 # @run shell/timeout=140 MarkResetTest.sh
 # @summary URLConnection.getContent() hangs over FTP for DOC, PPT, XLS files
 
 OS=`uname -s`
 case "$OS" in
-  SunOS | Linux | Darwin )
+  SunOS | Linux | Darwin | AIX )
     PS=":"
     FS="/"
     ;;
   CYGWIN* )
     PS=";"