test/tools/javac/ClassPathTest/ClassPathTest.sh

changeset 838
22a040cbf0e0
parent 554
9d9f26857129
child 962
0ff2bbd38f10
     1.1 --- a/test/tools/javac/ClassPathTest/ClassPathTest.sh	Mon Jan 24 16:17:33 2011 -0800
     1.2 +++ b/test/tools/javac/ClassPathTest/ClassPathTest.sh	Mon Jan 24 16:34:25 2011 -0800
     1.3 @@ -100,7 +100,7 @@
     1.4  	expectedResult="$1"; shift
     1.5  	cleanup
     1.6  	echo $javac ${TESTTOOLVMOPTS} "$@"
     1.7 -	$javac ${TESTTOOLVMOPTS} "$@"
     1.8 +	"$javac" ${TESTTOOLVMOPTS} "$@"
     1.9  	report $expectedResult $?
    1.10  }
    1.11  

mercurial