From a43dba76ea394d789de67c6322b51e1d65bdba3b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 2 Mar 2008 19:57:53 +0000 Subject: msh: create testsuite (based on hush one) hush: add TODO (doesn't know ":" command) --- shell/msh_test/msh-parsing/quote3.tests | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 shell/msh_test/msh-parsing/quote3.tests (limited to 'shell/msh_test/msh-parsing/quote3.tests') diff --git a/shell/msh_test/msh-parsing/quote3.tests b/shell/msh_test/msh-parsing/quote3.tests new file mode 100755 index 000000000..075e78570 --- /dev/null +++ b/shell/msh_test/msh-parsing/quote3.tests @@ -0,0 +1,8 @@ +if test $# = 0; then + exec "$THIS_SH" quote3.tests abc "d e" +fi + +echo 'Testing: in $empty""' +empty='' +for a in $empty""; do echo ".$a."; done +echo Finished -- cgit v1.2.3