From 26c423d9a8d455af59cbce70ff932c95842a2ba1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 4 Sep 2015 03:33:02 +0200 Subject: ash,hush: add a test which fails for ash since commit 549deab Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-glob/glob3.tests | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 shell/hush_test/hush-glob/glob3.tests (limited to 'shell/hush_test/hush-glob/glob3.tests') diff --git a/shell/hush_test/hush-glob/glob3.tests b/shell/hush_test/hush-glob/glob3.tests new file mode 100755 index 000000000..bdf54001e --- /dev/null +++ b/shell/hush_test/hush-glob/glob3.tests @@ -0,0 +1,2 @@ +echo "glob3.test"* +echo "./glob3.test"* -- cgit v1.2.3