From 2feaa227a4ddbf642207beebe7ac5ce85c57f018 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 3 Oct 2016 00:51:29 +0200 Subject: shell: delete all msh tests Signed-off-by: Denys Vlasenko --- shell/msh_test/msh-bugs/starquoted.tests | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 shell/msh_test/msh-bugs/starquoted.tests (limited to 'shell/msh_test/msh-bugs/starquoted.tests') diff --git a/shell/msh_test/msh-bugs/starquoted.tests b/shell/msh_test/msh-bugs/starquoted.tests deleted file mode 100755 index 2fe49b1cd..000000000 --- a/shell/msh_test/msh-bugs/starquoted.tests +++ /dev/null @@ -1,8 +0,0 @@ -if test $# = 0; then - exec "$THIS_SH" "$0" 1 abc 'd e f' -fi - -for a in "$*"; do echo ".$a."; done -for a in "$@"; do echo ".$a."; done -for a in "-$*-"; do echo ".$a."; done -for a in "-$@-"; do echo ".$a."; done -- cgit v1.2.3