]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/case15.0
09b0e113354430229523665690534ffe0803cbc4
[apple/shell_cmds.git] / sh / tests / builtins / case15.0
1 # $FreeBSD$
2
3 case x in
4 `false`) exit 3 ;;
5 esac