small adjust to tests

This commit is contained in:
LuckyLaszlo
2021-12-08 20:59:05 +01:00
parent d5f9aef3ab
commit fc6833f577
5 changed files with 42 additions and 41 deletions

33
ut_builtins_env.sh Normal file
View File

@@ -0,0 +1,33 @@
#
# ENV
#
env
export
env
# display is different for both commands
env
export
env
#
# UNSET
#
export BLOU=
env
unset BLOU
env
unset LOL ROR
env
unset blablabla
env
export ""
env
unset ""
env