test/java/net/Socket/OldSocketImpl.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,36 **** # @run shell/timeout=140 OldSocketImpl.sh # @summary Pre-1.4 SocketImpl no longer supported OS=`uname -s` case "$OS" in ! SunOS | Linux | Darwin ) PS=":" FS="/" ;; CYGWIN* ) PS=";" --- 26,36 ---- # @run shell/timeout=140 OldSocketImpl.sh # @summary Pre-1.4 SocketImpl no longer supported OS=`uname -s` case "$OS" in ! SunOS | Linux | Darwin | AIX ) PS=":" FS="/" ;; CYGWIN* ) PS=";"