mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 19:51:09 +01:00
sh: Add some tests for aliasing a utility to itself.
This commit is contained in:
parent
03fb709e1f
commit
01f7f6ef18
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240825
4
tools/regression/bin/sh/parser/alias7.0
Normal file
4
tools/regression/bin/sh/parser/alias7.0
Normal file
@ -0,0 +1,4 @@
|
||||
# $FreeBSD$
|
||||
|
||||
alias echo='echo a'
|
||||
[ "`eval echo b`" = "a b" ]
|
4
tools/regression/bin/sh/parser/alias8.0
Normal file
4
tools/regression/bin/sh/parser/alias8.0
Normal file
@ -0,0 +1,4 @@
|
||||
# $FreeBSD$
|
||||
|
||||
alias echo='echo'
|
||||
[ "`eval echo b`" = b ]
|
Loading…
Reference in New Issue
Block a user