< prev index next >

test/jdk/javax/imageio/stream/StreamCloserLeak/run_test.sh

Print this page
rev 59106 : imported patch client

*** 76,93 **** # The beginning of the script proper # Checking for proper OS OS=`uname -s` case "$OS" in - SunOS ) - VAR="One value for Sun" - DEFAULT_JDK=/ - FILESEP="/" - PATHSEP=":" - TMP="/tmp" - ;; - Linux ) VAR="A different value for Linux" DEFAULT_JDK=/ FILESEP="/" PATHSEP=":" --- 76,85 ----
< prev index next >