msh: create testsuite (based on hush one)
hush: add TODO (doesn't know ":" command)
This commit is contained in:
8
shell/msh_test/msh-parsing/quote3.tests
Executable file
8
shell/msh_test/msh-parsing/quote3.tests
Executable file
@@ -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
|
Reference in New Issue
Block a user