ash,hush: add a test which fails for ash since commit 549deab
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
66a781acb9
commit
26c423d9a8
2
shell/ash_test/ash-glob/glob3.right
Normal file
2
shell/ash_test/ash-glob/glob3.right
Normal file
@ -0,0 +1,2 @@
|
||||
glob3.tests
|
||||
./glob3.tests
|
2
shell/ash_test/ash-glob/glob3.tests
Executable file
2
shell/ash_test/ash-glob/glob3.tests
Executable file
@ -0,0 +1,2 @@
|
||||
echo "glob3.test"*
|
||||
echo "./glob3.test"*
|
2
shell/hush_test/hush-glob/glob3.right
Normal file
2
shell/hush_test/hush-glob/glob3.right
Normal file
@ -0,0 +1,2 @@
|
||||
glob3.tests
|
||||
./glob3.tests
|
2
shell/hush_test/hush-glob/glob3.tests
Executable file
2
shell/hush_test/hush-glob/glob3.tests
Executable file
@ -0,0 +1,2 @@
|
||||
echo "glob3.test"*
|
||||
echo "./glob3.test"*
|
Loading…
Reference in New Issue
Block a user