diff options
Diffstat (limited to 'shell/hush_test/hush-bugs/starquoted.tests')
-rwxr-xr-x | shell/hush_test/hush-bugs/starquoted.tests | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/hush_test/hush-bugs/starquoted.tests b/shell/hush_test/hush-bugs/starquoted.tests deleted file mode 100755 index 3be2026..0000000 --- a/shell/hush_test/hush-bugs/starquoted.tests +++ /dev/null @@ -1,4 +0,0 @@ -if test $# = 0; then - exec "$THIS_SH" starquoted.tests 1 abc 'd e f' -fi -for a in "$*"; do echo ".$a."; done |