aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-quoting
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-03-30 23:25:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2018-03-30 23:25:24 +0200
commit73523079a2c5f1cf370095a3166bace1d01fcba5 (patch)
tree8be448fd5093d023131998c433cba4af89c43012 /shell/hush_test/hush-quoting
parentac61f447040479f7a852ae2c1262915274496f49 (diff)
downloadbusybox-73523079a2c5f1cf370095a3166bace1d01fcba5.tar.gz
ash,hush: new test dollar_repl_slash_bash2.tests
This fails for ash. hush works. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-quoting')
-rw-r--r--shell/hush_test/hush-quoting/dollar_repl_slash_bash2.right1
-rwxr-xr-xshell/hush_test/hush-quoting/dollar_repl_slash_bash2.tests2
2 files changed, 3 insertions, 0 deletions
diff --git a/shell/hush_test/hush-quoting/dollar_repl_slash_bash2.right b/shell/hush_test/hush-quoting/dollar_repl_slash_bash2.right
new file mode 100644
index 000000000..2aead7129
--- /dev/null
+++ b/shell/hush_test/hush-quoting/dollar_repl_slash_bash2.right
@@ -0,0 +1 @@
+\/a\/bc\/def\/file
diff --git a/shell/hush_test/hush-quoting/dollar_repl_slash_bash2.tests b/shell/hush_test/hush-quoting/dollar_repl_slash_bash2.tests
new file mode 100755
index 000000000..64ca0c170
--- /dev/null
+++ b/shell/hush_test/hush-quoting/dollar_repl_slash_bash2.tests
@@ -0,0 +1,2 @@
+var="/a/bc/def/file"
+echo "${var//\//\\/}"