diff options
Diffstat (limited to 'shell/hush_test/hush-bugs/argv0.tests')
-rwxr-xr-x | shell/hush_test/hush-bugs/argv0.tests | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/hush_test/hush-bugs/argv0.tests b/shell/hush_test/hush-bugs/argv0.tests deleted file mode 100755 index f5c40f6..0000000 --- a/shell/hush_test/hush-bugs/argv0.tests +++ /dev/null @@ -1,4 +0,0 @@ -if test $# = 0; then - exec "$THIS_SH" "$0" arg -fi -echo OK |