aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-bugs/starquoted.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-bugs/starquoted.tests')
-rwxr-xr-xshell/hush_test/hush-bugs/starquoted.tests4
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 3be2026b7..000000000
--- 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