Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed Apr 7, 2019
1 parent c932ca7 commit e3953c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/vagrant/src/test/resources/packaging/utils/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ if [ ! -x "`which unzip 2>/dev/null`" ]; then
exit 1
fi

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

0 comments on commit e3953c2

Please sign in to comment.