From d6050949b8e9f3573c43d6d8e2cdbe5fe1265e2b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 14 May 2007 22:09:52 +0000 Subject: hush: move testsuite files from hush-bugs to hush-parsing (as these bugs are now fixed) --- shell/hush_test/hush-parsing/quote2.tests | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 shell/hush_test/hush-parsing/quote2.tests (limited to 'shell/hush_test/hush-parsing/quote2.tests') diff --git a/shell/hush_test/hush-parsing/quote2.tests b/shell/hush_test/hush-parsing/quote2.tests new file mode 100755 index 0000000..bd966f3 --- /dev/null +++ b/shell/hush_test/hush-parsing/quote2.tests @@ -0,0 +1,2 @@ +a=1 +echo ">$a" -- cgit v1.1