mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sh: Add test for bin/56147.
This commit is contained in:
parent
b0321bb1e7
commit
149cf1e03b
1 changed files with 6 additions and 0 deletions
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 a new issue