commit | 9a595bb36ded308e6d4336aef2c1cd3ac738a398 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon May 18 10:23:16 2015 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon May 18 10:23:16 2015 +0200 |
tree | b4f0e0f5093b69ad8d95d0c711409842082715fd | |
parent | 523006798c45307830eaae9d29ca9fdc1a1b50af [diff] [blame] |
hush: add recent ash tests to hush testsuite too (they all pass for hush) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-5.tests b/shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-5.tests new file mode 100755 index 0000000..5523888 --- /dev/null +++ b/shell/hush_test/hush-vars/var-pattern-replacement-in-parameter-expansion-5.tests
@@ -0,0 +1,2 @@ +v="ab/c" +echo ${v/b\//x}