6581775: Fix the white space problem in javac shell tests

Reviewed-by: mcimadamore
This commit is contained in:
Jonathan Gibbons 2011-01-24 16:34:25 -08:00
parent 1d1fd8962d
commit 1ab227adc4
5 changed files with 12 additions and 12 deletions

View file

@ -100,7 +100,7 @@ testJavac() {
expectedResult="$1"; shift
cleanup
echo $javac ${TESTTOOLVMOPTS} "$@"
$javac ${TESTTOOLVMOPTS} "$@"
"$javac" ${TESTTOOLVMOPTS} "$@"
report $expectedResult $?
}