[git commit] ash,hush: new test dollar_repl_slash_bash2.tests

Denys Vlasenko vda.linux at googlemail.com
Fri Mar 30 21:25:24 UTC 2018


commit: https://git.busybox.net/busybox/commit/?id=73523079a2c5f1cf370095a3166bace1d01fcba5
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

This fails for ash. hush works.

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/ash_test/ash-quoting/dollar_repl_slash_bash2.right   | 1 +
 shell/ash_test/ash-quoting/dollar_repl_slash_bash2.tests   | 2 ++
 shell/hush_test/hush-quoting/dollar_repl_slash_bash2.right | 1 +
 shell/hush_test/hush-quoting/dollar_repl_slash_bash2.tests | 2 ++
 4 files changed, 6 insertions(+)

diff --git a/shell/ash_test/ash-quoting/dollar_repl_slash_bash2.right b/shell/ash_test/ash-quoting/dollar_repl_slash_bash2.right
new file mode 100644
index 000000000..2aead7129
--- /dev/null
+++ b/shell/ash_test/ash-quoting/dollar_repl_slash_bash2.right
@@ -0,0 +1 @@
+\/a\/bc\/def\/file
diff --git a/shell/ash_test/ash-quoting/dollar_repl_slash_bash2.tests b/shell/ash_test/ash-quoting/dollar_repl_slash_bash2.tests
new file mode 100755
index 000000000..64ca0c170
--- /dev/null
+++ b/shell/ash_test/ash-quoting/dollar_repl_slash_bash2.tests
@@ -0,0 +1,2 @@
+var="/a/bc/def/file"
+echo "${var//\//\\/}"
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//\//\\/}"


More information about the busybox-cvs mailing list