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

5 lines
41 B
Bash

if \[ 0 = 1 ]; then
exit 1
fi
exit 0