mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
6581775: Fix the white space problem in javac shell tests
Reviewed-by: mcimadamore
This commit is contained in:
parent
1d1fd8962d
commit
1ab227adc4
5 changed files with 12 additions and 12 deletions
|
@ -100,7 +100,7 @@ testJavac() {
|
|||
expectedResult="$1"; shift
|
||||
cleanup
|
||||
echo $javac ${TESTTOOLVMOPTS} "$@"
|
||||
$javac ${TESTTOOLVMOPTS} "$@"
|
||||
"$javac" ${TESTTOOLVMOPTS} "$@"
|
||||
report $expectedResult $?
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue