]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/case4.0
shell_cmds-216.40.4.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / case4.0
1 # $FreeBSD: head/bin/sh/tests/builtins/case4.0 220654 2011-04-15 15:14:58Z jilles $
2
3 set -- "*"
4 case x in
5 "$1") echo failed ;;
6 esac