aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/bash_completion_test.sh
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2017-03-06 11:21:35 +0000
committerGravatar Vladimir Moskva <vladmos@google.com>2017-03-06 14:43:55 +0000
commitbfd9aa359addb582b4f29e54ab09fc350e927e31 (patch)
tree56893317072ed4a6a027a2f53ac0d1f6667c48ce /scripts/bash_completion_test.sh
parent86490498d710361f6fc8245bf7eb42dec02fae0b (diff)
Convey the value of the --host_javabase startup option to the server.
-- PiperOrigin-RevId: 149282686 MOS_MIGRATED_REVID=149282686
Diffstat (limited to 'scripts/bash_completion_test.sh')
-rwxr-xr-xscripts/bash_completion_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bash_completion_test.sh b/scripts/bash_completion_test.sh
index 1f261bc373..3bf7999d71 100755
--- a/scripts/bash_completion_test.sh
+++ b/scripts/bash_completion_test.sh
@@ -409,7 +409,7 @@ test_basic_subcommand_expansion() {
test_common_options() {
# 'Test common option completion'
assert_expansion '--h' \
- '--host_jvm_'
+ '--host_j'
assert_expansion '--host_jvm_a' \
'--host_jvm_args='
}