diff options
Diffstat (limited to 'shell')
-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 |