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 | |
parent | bb963bda62cc8b0965a921df70dfea44c4378163 (diff) | |
download | busybox-w32-cafb2d195d4d68e4e4c474453409a69643edf5aa.tar.gz busybox-w32-cafb2d195d4d68e4e4c474453409a69643edf5aa.tar.bz2 busybox-w32-cafb2d195d4d68e4e4c474453409a69643edf5aa.zip |
hush: add tickquote1.tests from ash testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rwxr-xr-x | shell/ash_test/ash-misc/tickquote1.tests | 2 | ||||
-rw-r--r-- | shell/hush_test/hush-misc/tickquote1.right | 1 | ||||
-rwxr-xr-x | shell/hush_test/hush-misc/tickquote1.tests | 2 |
3 files changed, 4 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`_ | ||
diff --git a/shell/hush_test/hush-misc/tickquote1.right b/shell/hush_test/hush-misc/tickquote1.right new file mode 100644 index 000000000..56f8515b7 --- /dev/null +++ b/shell/hush_test/hush-misc/tickquote1.right | |||
@@ -0,0 +1 @@ | |||
hush: syntax error: unterminated " | |||
diff --git a/shell/hush_test/hush-misc/tickquote1.tests b/shell/hush_test/hush-misc/tickquote1.tests new file mode 100755 index 000000000..02e3904f1 --- /dev/null +++ b/shell/hush_test/hush-misc/tickquote1.tests | |||
@@ -0,0 +1,2 @@ | |||
1 | # UNFIXED BUG: hush does not parse embedded `cmd` at embedding document parse time | ||
2 | echo _`"pwd`_ | ||