[git commit] hush: add tickquote1.tests from ash testsuite

Denys Vlasenko vda.linux at googlemail.com
Thu Jul 6 16:31:47 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=cafb2d195d4d68e4e4c474453409a69643edf5aa
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/ash_test/ash-misc/tickquote1.tests   | 2 +-
 shell/hush_test/hush-misc/tickquote1.right | 1 +
 shell/hush_test/hush-misc/tickquote1.tests | 2 ++
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/shell/ash_test/ash-misc/tickquote1.tests b/shell/ash_test/ash-misc/tickquote1.tests
index 90d5bbc..8416ad9 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 0000000..56f8515
--- /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 0000000..02e3904
--- /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`_


More information about the busybox-cvs mailing list