]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/for1.0
cd55e2ca029efb758ad8fefab42406dc83478707
[apple/shell_cmds.git] / sh / tests / builtins / for1.0
1 # $FreeBSD$
2
3 false
4 for i in `false`; do exit 3; done