From 252da01c87086db05083be7e66804e28fcf50c89 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 26 Nov 2002 15:31:20 +0000 Subject: 17967: Quote some arguments in B02typeset.ztst. --- ChangeLog | 6 ++++++ Test/B02typeset.ztst | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32c68aaef..a0353c8c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-11-26 Peter Stephenson + + * 17967: Test/B02typeset.ztst: globbable arguments to + typeset-style commands should be quoted. N.B.: test currently + still fails. + 2002-11-25 Oliver Kiddle * 17961: Armin Wolfermann: Completion/Unix/Command/_sysctl: diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst index 04b98ac96..2c10f31b5 100644 --- a/Test/B02typeset.ztst +++ b/Test/B02typeset.ztst @@ -223,9 +223,9 @@ >scalar a r y # The first declare works around the "not an identifier" bug with -h - declare \! \# \$ * - ? @ - typeset -h +g -m * - unset -m * + declare \! \# \$ \* - \? @ + typeset -h +g -m \* + unset -m \* integer i=9 float -H f=9 declare -t scalar -- cgit 1.4.1