summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/set-e/if3.0
blob: 3dd39380a7473191f1628c8c967456ac523949d9 (plain)
1
2
3
4
set -e
if false; false; then
	:
fi