Merge branch 'vendor/OPENRESOLV' with the following changes:
[dragonfly.git] / tools / regression / bin / sh / builtins / case4.0
1 # $FreeBSD: head/tools/regression/bin/sh/builtins/case4.0 220654 2011-04-15 15:14:58Z jilles $
2
3 set -- "*"
4 case x in
5 "$1") echo failed ;;
6 esac