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/hush_test/hush-misc | |
parent | bb963bda62cc8b0965a921df70dfea44c4378163 (diff) |
hush: add tickquote1.tests from ash testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc')
-rw-r--r-- | shell/hush_test/hush-misc/tickquote1.right | 1 | ||||
-rwxr-xr-x | shell/hush_test/hush-misc/tickquote1.tests | 2 |
2 files changed, 3 insertions, 0 deletions
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 @@ +# UNFIXED BUG: hush does not parse embedded `cmd` at embedding document parse time +echo _`"pwd`_ |