mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Update and extend the tests for alias.
This commit is contained in:
parent
0de913c328
commit
2c93c8f251
2 changed files with 5 additions and 1 deletions
|
|
@ -3,4 +3,6 @@ set -e
|
|||
|
||||
unalias -a
|
||||
alias foo=bar
|
||||
alias bar=
|
||||
alias quux="1 2 3"
|
||||
alias
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
foo='bar'
|
||||
foo=bar
|
||||
bar=''
|
||||
quux='1 2 3'
|
||||
|
|
|
|||
Loading…
Reference in a new issue