gash/tests/100-test.sh

4 lines
35 B
Bash
Raw Normal View History

2018-12-03 19:59:10 +00:00
if test a = b; then
exit 1;
fi