Skip to content

Commit

Permalink
QA: More testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Apr 8, 2023
1 parent 11015b7 commit 1fd2d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/check_cli_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for script in $FILES1 $FILES2 $FILES3; do
echo " - found '${script_output}'"
fi

script_output=$(sudo -u ${WEBUSER} php -q "${script}" --version)
script_output=$(sudo -u ${WEBUSER} "php -q ${script} --version")
script_result=$?
script_lines=$(echo "${script_output}" | wc -l)

Expand Down

0 comments on commit 1fd2d5c

Please sign in to comment.