ash,hush: add a test which fails for ash since commit 549deab
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 4 Sep 2015 01:33:02 +0000 (03:33 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 4 Sep 2015 01:33:02 +0000 (03:33 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash_test/ash-glob/glob3.right [new file with mode: 0644]
shell/ash_test/ash-glob/glob3.tests [new file with mode: 0755]
shell/hush_test/hush-glob/glob3.right [new file with mode: 0644]
shell/hush_test/hush-glob/glob3.tests [new file with mode: 0755]

diff --git a/shell/ash_test/ash-glob/glob3.right b/shell/ash_test/ash-glob/glob3.right
new file mode 100644 (file)
index 0000000..161b589
--- /dev/null
@@ -0,0 +1,2 @@
+glob3.tests
+./glob3.tests
diff --git a/shell/ash_test/ash-glob/glob3.tests b/shell/ash_test/ash-glob/glob3.tests
new file mode 100755 (executable)
index 0000000..bdf5400
--- /dev/null
@@ -0,0 +1,2 @@
+echo "glob3.test"*
+echo "./glob3.test"*
diff --git a/shell/hush_test/hush-glob/glob3.right b/shell/hush_test/hush-glob/glob3.right
new file mode 100644 (file)
index 0000000..161b589
--- /dev/null
@@ -0,0 +1,2 @@
+glob3.tests
+./glob3.tests
diff --git a/shell/hush_test/hush-glob/glob3.tests b/shell/hush_test/hush-glob/glob3.tests
new file mode 100755 (executable)
index 0000000..bdf5400
--- /dev/null
@@ -0,0 +1,2 @@
+echo "glob3.test"*
+echo "./glob3.test"*