mirror of https://github.com/mirror/busybox.git
ash testsuite: add two hush tests from last commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>pull/7/head
parent
cba79a87f8
commit
043be55691
|
@ -0,0 +1,2 @@
|
|||
v
|
||||
Ok:0
|
|
@ -0,0 +1,3 @@
|
|||
v=v
|
||||
echo ${v//}
|
||||
echo Ok:$?
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
Ok:0
|
|
@ -0,0 +1,3 @@
|
|||
v=''
|
||||
echo ${v/*/w}
|
||||
echo Ok:$?
|
Loading…
Reference in New Issue