hush: fixes to testsuite
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
3
shell/hush_test/hush-bugs/export_exp.tests → shell/hush_test/hush-bugs/export_exp.tests.disabled
Executable file → Normal file
3
shell/hush_test/hush-bugs/export_exp.tests → shell/hush_test/hush-bugs/export_exp.tests.disabled
Executable file → Normal file
@@ -1,3 +1,6 @@
|
||||
# This test shows a very special handling of export and local
|
||||
# builtins by bash.
|
||||
|
||||
v="a=aa0 b=bb0"
|
||||
# only 1st arg should be expanded in multiple words
|
||||
export $v c=$v
|
Reference in New Issue
Block a user