gash/tests/10-if-test-false.sh

5 lines
41 B
Bash

if test 0 = 1; then
exit 1
fi
exit 0