diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-03-30 23:25:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-03-30 23:25:24 +0200 |
commit | 73523079a2c5f1cf370095a3166bace1d01fcba5 (patch) | |
tree | 8be448fd5093d023131998c433cba4af89c43012 /shell/ash_test | |
parent | ac61f447040479f7a852ae2c1262915274496f49 (diff) |
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/ash_test')
-rw-r--r-- | shell/ash_test/ash-quoting/dollar_repl_slash_bash2.right | 1 | ||||
-rwxr-xr-x | shell/ash_test/ash-quoting/dollar_repl_slash_bash2.tests | 2 |
2 files changed, 3 insertions, 0 deletions
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//\//\\/}" |