aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar tomlu <tomlu@google.com>2018-05-30 12:24:57 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-30 12:26:31 -0700
commit703deeaddd5413cca3e8016e7f54dc4cdfeebd65 (patch)
tree1c76118529093546df0ab1d2a8f2145564ba6673
parentc4ba94ce5ddb1bff8217d3262a7d951869c25ce3 (diff)
Fix some tests when run with a JDK9 javabase.
RELNOTES: None PiperOrigin-RevId: 198600493
-rwxr-xr-xsrc/test/shell/integration/java_integration_test.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/shell/integration/java_integration_test.sh b/src/test/shell/integration/java_integration_test.sh
index f4bf19be6d..e93faf7f7f 100755
--- a/src/test/shell/integration/java_integration_test.sh
+++ b/src/test/shell/integration/java_integration_test.sh
@@ -650,8 +650,6 @@ java_binary(
'--e=no_quotes',
# no escaping expected
'--f=stuff\$\$to"escape\\\\',
- # test make variable expansion
- '--g=\$(JAVABASE)',
],
)
EOF
@@ -673,7 +671,6 @@ EOF
" --d=\"double_double\" " \
' --e=no_quotes ' \
' --f=stuff$to"escape\\ ' \
- " --g=${runfiles_relative_javabase}" \
; do
# NOTE: don't test the full path of the JDK, it's architecture-dependent.
assert_contains $flag $STUBSCRIPT