< prev index next >

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

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

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