diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-14 22:09:52 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-14 22:09:52 +0000 |
commit | d6050949b8e9f3573c43d6d8e2cdbe5fe1265e2b (patch) | |
tree | 8498cd5e967a6cea77f20d6dbd452bcfb95eb618 /shell/hush_test/hush-parsing/argv0.tests | |
parent | 764d59d48848121d89b31ddecf0130ce24a4d91b (diff) |
hush: move testsuite files from hush-bugs to hush-parsing
(as these bugs are now fixed)
Diffstat (limited to 'shell/hush_test/hush-parsing/argv0.tests')
-rwxr-xr-x | shell/hush_test/hush-parsing/argv0.tests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/hush_test/hush-parsing/argv0.tests b/shell/hush_test/hush-parsing/argv0.tests new file mode 100755 index 000000000..f5c40f6fe --- /dev/null +++ b/shell/hush_test/hush-parsing/argv0.tests @@ -0,0 +1,4 @@ +if test $# = 0; then + exec "$THIS_SH" "$0" arg +fi +echo OK |