Skip to content

Commit 7f0d298

Browse files
committedFeb 4, 2025·
Fix typo in test/helper.sh.
1 parent 3e0483a commit 7f0d298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/helper.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if [[ -z "$SHUNIT2" ]]; then
22
if [[ -f /usr/share/shunit2/shunit2 ]]; then
33
SHUNIT2=/usr/share/shunit2/shunit2
4-
elif shunit2="$(command -v shunit2)"
4+
elif shunit2="$(command -v shunit2)"; then
55
SHUNIT2="$shunit2"
66
else
77
echo "$0: shunit2 is not installed." >&2

0 commit comments

Comments
 (0)
Please sign in to comment.