aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-quoting/squote_in_varexp2.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-quoting/squote_in_varexp2.tests')
-rwxr-xr-xshell/hush_test/hush-quoting/squote_in_varexp2.tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/hush_test/hush-quoting/squote_in_varexp2.tests b/shell/hush_test/hush-quoting/squote_in_varexp2.tests
index 806ad12b9..2797725cc 100755
--- a/shell/hush_test/hush-quoting/squote_in_varexp2.tests
+++ b/shell/hush_test/hush-quoting/squote_in_varexp2.tests
@@ -1,4 +1,6 @@
x='\\\\'
printf Nothing:'%s\n' ${x#'\\\\'}
printf Nothing:'%s\n' "${x#'\\\\'}"
+printf Nothing:'%s\n' ${x#"\\\\\\\\"}
+printf Nothing:'%s\n' "${x#"\\\\\\\\"}"
echo Ok:$?