summaryrefslogtreecommitdiffstats
path: root/jrt_test
diff options
context:
space:
mode:
Diffstat (limited to 'jrt_test')
-rwxr-xr-xjrt_test/src/binref/compilejava.in2
-rwxr-xr-xjrt_test/src/binref/runjava.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/jrt_test/src/binref/compilejava.in b/jrt_test/src/binref/compilejava.in
index 312d05c7a1e..4bac09dc483 100755
--- a/jrt_test/src/binref/compilejava.in
+++ b/jrt_test/src/binref/compilejava.in
@@ -2,7 +2,7 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
unset VESPA_LOG_TARGET
-if [ -n $VESPA_CPP_TEST_JARS ]; then
+if [ -n "$VESPA_CPP_TEST_JARS" ]; then
CLASSPATH=$VESPA_CPP_TEST_JARS/jrt.jar
CLASSPATH=$CLASSPATH:$VESPA_CPP_TEST_JARS/vespajlib.jar
else
diff --git a/jrt_test/src/binref/runjava.in b/jrt_test/src/binref/runjava.in
index 0052a957da2..47e7b8aa66c 100755
--- a/jrt_test/src/binref/runjava.in
+++ b/jrt_test/src/binref/runjava.in
@@ -2,7 +2,7 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
unset VESPA_LOG_TARGET
-if [ -n $VESPA_CPP_TEST_JARS ]; then
+if [ -n "$VESPA_CPP_TEST_JARS" ]; then
CLASSPATH=$VESPA_CPP_TEST_JARS/jrt.jar
CLASSPATH=$CLASSPATH:$VESPA_CPP_TEST_JARS/vespajlib.jar
CLASSPATH=$CLASSPATH:$VESPA_CPP_TEST_JARS/security-utils.jar