shell: two new tests, both fail for ash and hush
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
6
shell/ash_test/ash-quoting/bkslash_in_varexp.tests
Executable file
6
shell/ash_test/ash-quoting/bkslash_in_varexp.tests
Executable file
@@ -0,0 +1,6 @@
|
||||
x=a
|
||||
echo Nothing:${x#[a\]]}
|
||||
echo Nothing:"${x#[a\]]}"
|
||||
echo Nothing:${x%[a\]]}
|
||||
echo Nothing:"${x%[a\]]}"
|
||||
echo Ok:$?
|
Reference in New Issue
Block a user