aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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 adb75f7149..2a7bef24e9 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_j'
+ '--host_jvm_'
assert_expansion '--host_jvm_a' \
'--host_jvm_args='
}