ash: add tests adapted from hush glob tests. glob2.tests currently fails

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2015-09-04 03:27:08 +02:00
parent 68acc0f835
commit 66a781acb9
8 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,10 @@
>ZVAR=z.tmp
>z.tmp
ZVAR=*.tmp echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
ZVAR=*.tmp /bin/echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
ZVAR=*.tmp
echo "$ZVAR"
echo $ZVAR
echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
/bin/echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
rm ZVAR=z.tmp z.tmp