hush/shell/ash_test/ash-glob/glob_and_assign.tests
Denys Vlasenko 66a781acb9 ash: add tests adapted from hush glob tests. glob2.tests currently fails
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2015-09-04 03:27:08 +02:00

11 lines
282 B
Plaintext
Executable File

>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