hush testsuite: add many tests from ash testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
5
shell/hush_test/hush-standalone/noexec_gets_no_env.tests
Executable file
5
shell/hush_test/hush-standalone/noexec_gets_no_env.tests
Executable file
@@ -0,0 +1,5 @@
|
||||
export VAR7=VAL
|
||||
env | grep ^VAR7=
|
||||
echo $?
|
||||
VAR8=VAL env | grep ^VAR8=
|
||||
echo $?
|
||||
Reference in New Issue
Block a user