]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/case19.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / case19.0
1 # $FreeBSD: head/bin/sh/tests/builtins/case19.0 230161 2012-01-15 21:39:38Z jilles $
2
3 [ "`case x in
4 x) false ;&
5 y) ;&
6 z) echo $? ;;
7 esac`" != 0 ]