1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

sh: Add test for bin/56147.

This commit is contained in:
Jilles Tjoelker 2011-04-15 15:14:58 +00:00
parent b0321bb1e7
commit 149cf1e03b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220654

View File

@ -0,0 +1,6 @@
# $FreeBSD$
set -- "*"
case x in
"$1") echo failed ;;
esac