diff options
author | Denys Vlasenko | 2015-11-04 14:50:19 +0100 |
---|---|---|
committer | Denys Vlasenko | 2015-11-04 14:50:19 +0100 |
commit | bc9bee01f35d6c716c087e82dae5f439de90914b (patch) | |
tree | 837668a64e3ad1101997199143583733ffc9be04 | |
parent | 85405c80a28509f2f36c0d4fda8693aac7652d9b (diff) | |
download | busybox-bc9bee01f35d6c716c087e82dae5f439de90914b.zip busybox-bc9bee01f35d6c716c087e82dae5f439de90914b.tar.gz |
hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-x | shell/ash_test/ash-misc/func_args1.tests | 1 | ||||
-rwxr-xr-x | shell/hush_test/hush-misc/func_args1.tests | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/shell/ash_test/ash-misc/func_args1.tests b/shell/ash_test/ash-misc/func_args1.tests index 7970795..d394c63 100755 --- a/shell/ash_test/ash-misc/func_args1.tests +++ b/shell/ash_test/ash-misc/func_args1.tests @@ -1,4 +1,3 @@ - f() { echo "'f $1 $2 $3' called"; } set -- a b c diff --git a/shell/hush_test/hush-misc/func_args1.tests b/shell/hush_test/hush-misc/func_args1.tests index 157921f..d394c63 100755 --- a/shell/hush_test/hush-misc/func_args1.tests +++ b/shell/hush_test/hush-misc/func_args1.tests @@ -1,5 +1,3 @@ -# UNFIXED BUG - f() { echo "'f $1 $2 $3' called"; } set -- a b c |