Skip to content

Commit e3953c2

Browse files
committed
Fix test
1 parent c932ca7 commit e3953c2

File tree

1 file changed

+1
-1
lines changed
  • qa/vagrant/src/test/resources/packaging/utils

1 file changed

+1
-1
lines changed

qa/vagrant/src/test/resources/packaging/utils/utils.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [ ! -x "`which unzip 2>/dev/null`" ]; then
6767
exit 1
6868
fi
6969

70-
if [ ! -x "`"$SYSTEM_JAVA_HOME"/bin/java 2>/dev/null`" ]; then
70+
if [ ! -x "$SYSTEM_JAVA_HOME"/bin/java ]; then
7171
# there are some tests that move java temporarily
7272
if [ ! -x "`command -v java.bak 2>/dev/null`" ]; then
7373
echo "'java' command is mandatory to run the tests"

0 commit comments

Comments
 (0)