diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-11-04 14:50:19 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-11-04 14:50:19 +0100 |
commit | bc9bee01f35d6c716c087e82dae5f439de90914b (patch) | |
tree | 837668a64e3ad1101997199143583733ffc9be04 | |
parent | 85405c80a28509f2f36c0d4fda8693aac7652d9b (diff) | |
download | busybox-w32-bc9bee01f35d6c716c087e82dae5f439de90914b.tar.gz busybox-w32-bc9bee01f35d6c716c087e82dae5f439de90914b.tar.bz2 busybox-w32-bc9bee01f35d6c716c087e82dae5f439de90914b.zip |
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 7970795a9..d394c637f 100755 --- a/shell/ash_test/ash-misc/func_args1.tests +++ b/shell/ash_test/ash-misc/func_args1.tests | |||
@@ -1,4 +1,3 @@ | |||
1 | |||
2 | f() { echo "'f $1 $2 $3' called"; } | 1 | f() { echo "'f $1 $2 $3' called"; } |
3 | 2 | ||
4 | set -- a b c | 3 | 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 157921fb1..d394c637f 100755 --- a/shell/hush_test/hush-misc/func_args1.tests +++ b/shell/hush_test/hush-misc/func_args1.tests | |||
@@ -1,5 +1,3 @@ | |||
1 | # UNFIXED BUG | ||
2 | |||
3 | f() { echo "'f $1 $2 $3' called"; } | 1 | f() { echo "'f $1 $2 $3' called"; } |
4 | 2 | ||
5 | set -- a b c | 3 | set -- a b c |