We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test/helper.sh
1 parent 3e0483a commit 7f0d298Copy full SHA for 7f0d298
test/helper.sh
@@ -1,7 +1,7 @@
1
if [[ -z "$SHUNIT2" ]]; then
2
if [[ -f /usr/share/shunit2/shunit2 ]]; then
3
SHUNIT2=/usr/share/shunit2/shunit2
4
- elif shunit2="$(command -v shunit2)"
+ elif shunit2="$(command -v shunit2)"; then
5
SHUNIT2="$shunit2"
6
else
7
echo "$0: shunit2 is not installed." >&2
0 commit comments