diff options
author | Denys Vlasenko | 2010-09-10 10:19:22 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-09-10 10:19:22 +0200 |
commit | cc461736d6ca3c3b809390d8d7873a136e3b899a (patch) | |
tree | 4e86544756152ffa279ac6d029c083c0a22291b9 /shell/hush_test/hush-bugs | |
parent | ebee410fe2500d6bd5980032d0b183494f509c9b (diff) | |
download | busybox-cc461736d6ca3c3b809390d8d7873a136e3b899a.zip busybox-cc461736d6ca3c3b809390d8d7873a136e3b899a.tar.gz |
hush: fixes to testsuite
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'shell/hush_test/hush-bugs')
-rw-r--r--[-rwxr-xr-x] | shell/hush_test/hush-bugs/export_exp.tests.disabled (renamed from shell/hush_test/hush-bugs/export_exp.tests) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/hush_test/hush-bugs/export_exp.tests b/shell/hush_test/hush-bugs/export_exp.tests.disabled index 91f57aa..0913fd3 100755..100644 --- a/shell/hush_test/hush-bugs/export_exp.tests +++ b/shell/hush_test/hush-bugs/export_exp.tests.disabled @@ -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 |