From 9a595bb36ded308e6d4336aef2c1cd3ac738a398 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 18 May 2015 10:23:16 +0200 Subject: hush: add recent ash tests to hush testsuite too (they all pass for hush) Signed-off-by: Denys Vlasenko --- shell/hush_test/hush-vars/var-runtime-quote-detection.tests | 1 + 1 file changed, 1 insertion(+) create mode 100755 shell/hush_test/hush-vars/var-runtime-quote-detection.tests (limited to 'shell/hush_test/hush-vars/var-runtime-quote-detection.tests') diff --git a/shell/hush_test/hush-vars/var-runtime-quote-detection.tests b/shell/hush_test/hush-vars/var-runtime-quote-detection.tests new file mode 100755 index 000000000..e570631fd --- /dev/null +++ b/shell/hush_test/hush-vars/var-runtime-quote-detection.tests @@ -0,0 +1 @@ +foo=\\ echo "<${foo#[\\]}>" -- cgit v1.2.3