gash/tests/10-if-test.sh

5 lines
41 B
Bash

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