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:
parent
b0321bb1e7
commit
149cf1e03b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220654
6
tools/regression/bin/sh/builtins/case4.0
Normal file
6
tools/regression/bin/sh/builtins/case4.0
Normal file
@ -0,0 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
set -- "*"
|
||||
case x in
|
||||
"$1") echo failed ;;
|
||||
esac
|
Loading…
Reference in New Issue
Block a user