diff options
author | Denis Vlasenko | 2009-04-20 10:52:31 +0000 |
---|---|---|
committer | Denis Vlasenko | 2009-04-20 10:52:31 +0000 |
commit | d40fa397e45b35b62d1967a88036e06b4c061abe (patch) | |
tree | d9732c1ed8a24fa60da11e2ef960b598cf43bca8 /shell/hush_test/hush-misc/func_args1.right | |
parent | e41fdbc2795e098887af2c5bff3294753b97ffb5 (diff) | |
download | busybox-d40fa397e45b35b62d1967a88036e06b4c061abe.zip busybox-d40fa397e45b35b62d1967a88036e06b4c061abe.tar.gz |
hush: add two testcases
Diffstat (limited to 'shell/hush_test/hush-misc/func_args1.right')
-rw-r--r-- | shell/hush_test/hush-misc/func_args1.right | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/func_args1.right b/shell/hush_test/hush-misc/func_args1.right new file mode 100644 index 0000000..2dfb962 --- /dev/null +++ b/shell/hush_test/hush-misc/func_args1.right @@ -0,0 +1,5 @@ +params: a b c +'f 1 2 3' called +params: a b c +'f 1 2 3' called +params: a b c |