hush/shell/ash_test/ash-glob/glob_and_assign.right
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

7 lines
163 B
Plaintext

ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
*.tmp
ZVAR=z.tmp z.tmp
ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp