From 602d13cba552fadb8481283aa7872a4b9f206c48 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 13 May 2007 18:34:53 +0000 Subject: hush: fix '{ false; echo $?; }' bug. hush: expand testsuite. variable expansion is still very broken --- shell/hush_test/hush-bugs/quote2.tests | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 shell/hush_test/hush-bugs/quote2.tests (limited to 'shell/hush_test/hush-bugs/quote2.tests') diff --git a/shell/hush_test/hush-bugs/quote2.tests b/shell/hush_test/hush-bugs/quote2.tests new file mode 100755 index 000000000..bd966f30b --- /dev/null +++ b/shell/hush_test/hush-bugs/quote2.tests @@ -0,0 +1,2 @@ +a=1 +echo ">$a" -- cgit v1.2.3