From 8f0c89e05a7b52f8c5ae7b451de6fd50732aeb45 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 15 Apr 2009 00:11:22 +0000 Subject: apply post-1.13.3 fixes, bump version to 1.13.4 --- shell/hush_test/hush-parsing/starquoted2.tests | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell/hush_test/hush-parsing/starquoted2.tests') diff --git a/shell/hush_test/hush-parsing/starquoted2.tests b/shell/hush_test/hush-parsing/starquoted2.tests index 782d71b..3475ede 100755 --- a/shell/hush_test/hush-parsing/starquoted2.tests +++ b/shell/hush_test/hush-parsing/starquoted2.tests @@ -12,3 +12,6 @@ for a in "$@"""; do echo Should not be printed; done for a in """$@"; do echo Should not be printed; done for a in """$@"''"$@"''; do echo Should not be printed; done for a in ""; do echo Should be printed; done + +# Bug 207: "$@" expands to nothing, and we erroneously glob "%s\\n" twice: +printf "Empty:%s\\n" "$@" -- cgit v1.1