aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/not2.0
blob: 896f59528c60d54ec188254818cfac02381e3627 (plain) (blame)
1
2
3
4
5

while :; do
	! break
	exit 3
done