Skip to content

Commit 2a87dc3

Browse files
committed
fix: add error message for missing git binary in your_program.sh
1 parent a709cef commit 2a87dc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/test_helpers/pass_all/your_program.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ for tmpdir in /tmp/git-*/git; do
3030
fi
3131
done
3232

33+
echo "git binary not found in PATH or /tmp directories"
3334
exit 1

0 commit comments

Comments
 (0)