We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c932ca7 commit e3953c2Copy full SHA for e3953c2
qa/vagrant/src/test/resources/packaging/utils/utils.bash
@@ -67,7 +67,7 @@ if [ ! -x "`which unzip 2>/dev/null`" ]; then
67
exit 1
68
fi
69
70
-if [ ! -x "`"$SYSTEM_JAVA_HOME"/bin/java 2>/dev/null`" ]; then
+if [ ! -x "$SYSTEM_JAVA_HOME"/bin/java ]; then
71
# there are some tests that move java temporarily
72
if [ ! -x "`command -v java.bak 2>/dev/null`" ]; then
73
echo "'java' command is mandatory to run the tests"
0 commit comments