]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/set-e/elif1.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / set-e / elif1.0
1 # $FreeBSD: head/bin/sh/tests/set-e/elif1.0 211399 2010-08-16 17:18:08Z jilles $
2 set -e
3 if false; then
4 :
5 elif false; then
6 :
7 fi