aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/case4.0
blob: 7ba29ee72a4c8499b0d3499478d817d538e470e7 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/builtins/case4.0 220654 2011-04-15 15:14:58Z jilles $

set -- "*"
case x in
"$1") echo failed ;;
esac