]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/for1.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / for1.0
1 # $FreeBSD: head/bin/sh/tests/builtins/for1.0 226892 2011-10-28 23:02:21Z jilles $
2
3 false
4 for i in `false`; do exit 3; done