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/ash-quoting | |
parent | 888527cceec2f58f1eae3acceddee928b5cb647a (diff) | |
download | busybox-5d6b8729ed7335c702022f4f3176573f4cf2cf5a.tar.gz |
hush testsuite: add many tests from ash testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-quoting')
-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 @@ # The bug here was triggered by: -# * performin pathname expansion because we see [ +# * performing pathname expansion because we see [ # * replace operator did not escape \ in replace string IP=192.168.0.1 |