From 1f4cf517f5803b0e300906c487d365a331122091 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 16 May 2007 10:39:24 +0000 Subject: hush: fix expansion of quoted $VAR, $* and $@ --- shell/hush_test/hush-bugs/quote3.tests | 4 ---- 1 file changed, 4 deletions(-) (limited to 'shell/hush_test/hush-bugs/quote3.tests') diff --git a/shell/hush_test/hush-bugs/quote3.tests b/shell/hush_test/hush-bugs/quote3.tests index c52e040cc..075e78570 100755 --- a/shell/hush_test/hush-bugs/quote3.tests +++ b/shell/hush_test/hush-bugs/quote3.tests @@ -5,8 +5,4 @@ fi echo 'Testing: in $empty""' empty='' for a in $empty""; do echo ".$a."; done -echo 'Testing: in "$*"' -for a in "$*"; do echo ".$a."; done -echo 'Testing: in "$@"' -for a in "$@"; do echo ".$a."; done echo Finished -- cgit v1.2.3