busybox/shell/hush_test/hush-quoting/quote_in_varexp1.tests
Denys Vlasenko 77c18491b8 hush: adopt ash's quote_in_varexp1.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-08-05 20:03:04 +02:00

3 lines
45 B
Plaintext
Executable File

x="''''"; echo "${x#"${x+''}"''}"
echo Ok:$?