hush: adopt ash's quote_in_varexp1.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
2596f412cd
commit
77c18491b8
2
shell/hush_test/hush-quoting/quote_in_varexp1.right
Normal file
2
shell/hush_test/hush-quoting/quote_in_varexp1.right
Normal file
@ -0,0 +1,2 @@
|
||||
''
|
||||
Ok:0
|
2
shell/hush_test/hush-quoting/quote_in_varexp1.tests
Executable file
2
shell/hush_test/hush-quoting/quote_in_varexp1.tests
Executable file
@ -0,0 +1,2 @@
|
||||
x="''''"; echo "${x#"${x+''}"''}"
|
||||
echo Ok:$?
|
Loading…
Reference in New Issue
Block a user