]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/execution/not2.0
1b128d0967164d79f6391ea18a34e0bf6ec72908
[apple/shell_cmds.git] / sh / tests / execution / not2.0
1 # $FreeBSD$
2
3 while :; do
4 ! break
5 exit 3
6 done