gash/tests/100-test-file.sh

5 lines
40 B
Bash
Raw Normal View History

2018-11-30 15:36:00 +00:00
if test -f foo-bar; then
exit 1
fi