msh: create testsuite (based on hush one)
hush: add TODO (doesn't know ":" command)
This commit is contained in:
9
shell/msh_test/msh-vars/var.tests
Executable file
9
shell/msh_test/msh-vars/var.tests
Executable file
@ -0,0 +1,9 @@
|
||||
URL=http://busybox.net
|
||||
|
||||
echo $URL
|
||||
echo ${URL}_abc
|
||||
|
||||
true
|
||||
false; echo $?
|
||||
true
|
||||
{ false; echo $?; }
|
Reference in New Issue
Block a user