From 66a781acb9c3a78f3063d1e691a1b18a5f9f68ab Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 4 Sep 2015 03:27:08 +0200 Subject: ash: add tests adapted from hush glob tests. glob2.tests currently fails Signed-off-by: Denys Vlasenko --- shell/ash_test/ash-glob/glob_and_assign.right | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shell/ash_test/ash-glob/glob_and_assign.right (limited to 'shell/ash_test/ash-glob/glob_and_assign.right') diff --git a/shell/ash_test/ash-glob/glob_and_assign.right b/shell/ash_test/ash-glob/glob_and_assign.right new file mode 100644 index 000000000..d46e44363 --- /dev/null +++ b/shell/ash_test/ash-glob/glob_and_assign.right @@ -0,0 +1,6 @@ +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 -- cgit v1.2.3