summaryrefslogtreecommitdiff
path: root/polux/application/busybox/shell/hush_test/hush-parsing/argv0.tests
diff options
context:
space:
mode:
authorJean-Philippe SAVE2012-02-20 16:38:56 +0100
committerJean-Philippe SAVE2012-02-20 16:38:56 +0100
commit55a15cc820e926219ebce47218ce1e2f35bb0c48 (patch)
treedba3ff39a766e47859ab7fd837d8da5d30b56b1f /polux/application/busybox/shell/hush_test/hush-parsing/argv0.tests
parent1353d3215782b997fdec3f9182cbda547d92d7e9 (diff)
parentcfc4d43d4d19c398d994b75cb1eeda3c499bd234 (diff)
Add polux base by subtree merge
Diffstat (limited to 'polux/application/busybox/shell/hush_test/hush-parsing/argv0.tests')
-rwxr-xr-xpolux/application/busybox/shell/hush_test/hush-parsing/argv0.tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/polux/application/busybox/shell/hush_test/hush-parsing/argv0.tests b/polux/application/busybox/shell/hush_test/hush-parsing/argv0.tests
new file mode 100755
index 0000000000..f5c40f6fe3
--- /dev/null
+++ b/polux/application/busybox/shell/hush_test/hush-parsing/argv0.tests
@@ -0,0 +1,4 @@
+if test $# = 0; then
+ exec "$THIS_SH" "$0" arg
+fi
+echo OK