summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/func_args1.right
diff options
context:
space:
mode:
authorDenis Vlasenko2009-04-20 10:52:31 +0000
committerDenis Vlasenko2009-04-20 10:52:31 +0000
commitd40fa397e45b35b62d1967a88036e06b4c061abe (patch)
treed9732c1ed8a24fa60da11e2ef960b598cf43bca8 /shell/hush_test/hush-misc/func_args1.right
parente41fdbc2795e098887af2c5bff3294753b97ffb5 (diff)
downloadbusybox-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.right5
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