diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-06 18:31:47 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-06 18:31:47 +0200 |
commit | cafb2d195d4d68e4e4c474453409a69643edf5aa (patch) | |
tree | 3bb184145ae2490c12bf4c128cc462790b91e2ab /shell/ash_test | |
parent | bb963bda62cc8b0965a921df70dfea44c4378163 (diff) |
hush: add tickquote1.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-misc/tickquote1.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash_test/ash-misc/tickquote1.tests b/shell/ash_test/ash-misc/tickquote1.tests index 90d5bbc9b..8416ad996 100755 --- a/shell/ash_test/ash-misc/tickquote1.tests +++ b/shell/ash_test/ash-misc/tickquote1.tests @@ -1 +1 @@ -echo `"pwd` +echo _`"pwd`_ |