diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-02 17:39:31 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-02 17:39:31 +0200 |
commit | 5d6b8729ed7335c702022f4f3176573f4cf2cf5a (patch) | |
tree | bef985dae4fb3ea41e1a478a848d19039b0e5d8f /shell/ash_test | |
parent | 888527cceec2f58f1eae3acceddee928b5cb647a (diff) | |
download | busybox-w32-5d6b8729ed7335c702022f4f3176573f4cf2cf5a.tar.gz busybox-w32-5d6b8729ed7335c702022f4f3176573f4cf2cf5a.tar.bz2 busybox-w32-5d6b8729ed7335c702022f4f3176573f4cf2cf5a.zip |
hush testsuite: add many tests from ash testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test')
-rwxr-xr-x | shell/ash_test/ash-quoting/dollar_repl_slash_bash1.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash_test/ash-quoting/dollar_repl_slash_bash1.tests b/shell/ash_test/ash-quoting/dollar_repl_slash_bash1.tests index 3fa2f186d..74dca1cc0 100755 --- a/shell/ash_test/ash-quoting/dollar_repl_slash_bash1.tests +++ b/shell/ash_test/ash-quoting/dollar_repl_slash_bash1.tests | |||
@@ -1,5 +1,5 @@ | |||
1 | # The bug here was triggered by: | 1 | # The bug here was triggered by: |
2 | # * performin pathname expansion because we see [ | 2 | # * performing pathname expansion because we see [ |
3 | # * replace operator did not escape \ in replace string | 3 | # * replace operator did not escape \ in replace string |
4 | 4 | ||
5 | IP=192.168.0.1 | 5 | IP=192.168.0.1 |