aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-1.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-05-18 10:23:16 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2015-05-18 10:23:16 +0200
commit9a595bb36ded308e6d4336aef2c1cd3ac738a398 (patch)
treeb4f0e0f5093b69ad8d95d0c711409842082715fd /shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-1.tests
parent523006798c45307830eaae9d29ca9fdc1a1b50af (diff)
downloadbusybox-9a595bb36ded308e6d4336aef2c1cd3ac738a398.tar.gz
hush: add recent ash tests to hush testsuite too (they all pass for hush)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-1.tests')
-rwxr-xr-xshell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-1.tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-1.tests b/shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-1.tests
new file mode 100755
index 000000000..e4529c631
--- /dev/null
+++ b/shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-1.tests
@@ -0,0 +1,2 @@
+v="a\bc"
+echo ${v/\\b/_\\_\z_}