< prev index next >

test/jdk/java/awt/FontClass/CreateFont/fileaccess/TestFontFile.sh

Print this page
rev 48445 : 8194869: [TESTBUG][aix, s390] Adapt tests to platforms.
Reviewed-by: mbaesken

@@ -44,11 +44,11 @@
 BIT_FLAG=""
 
 # set platform-dependent variables
 OS=`uname -s`
 case "$OS" in
-  SunOS | Linux | Darwin )
+  AIX | Darwin | Linux | SunOS )
     NULL=/dev/null
     PS=":"
     FS="/"
     ## for solaris, linux it's HOME
     FILE_LOCATION=$HOME
< prev index next >