From 5437faa28c0cf86c7241f523909ce33ad4839672 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 16 Oct 2001 17:19:18 +0000 Subject: Merge assorted patches from the dev. version, as approved by PWS. Read ChangeLog for details. --- Test/B02typeset.ztst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Test/B02typeset.ztst') diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst index 2dc015d31..da04a79e2 100644 --- a/Test/B02typeset.ztst +++ b/Test/B02typeset.ztst @@ -102,7 +102,7 @@ declare +m 1:Differences of declare and typeset -?(eval):1: bad option: -m +?ZTST_execchunk:2: bad option: -m scope10 print $outer @@ -160,7 +160,7 @@ r=failure 1:Readonly declaration >success -?(eval):3: read-only variable: r +?ZTST_execchunk:2: read-only variable: r typeset r=success readonly r @@ -168,7 +168,7 @@ r=failure 1:Convert to readonly >success -?(eval):4: read-only variable: r +?ZTST_execchunk:2: read-only variable: r typeset -gU array print $array @@ -186,7 +186,7 @@ typeset -T SCALAR array typeset +T SCALAR 1:Untying is prohibited -?(eval):typeset:2: use unset to remove tied variables +?ZTST_execchunk:typeset:2: use unset to remove tied variables OUTER=outer scope13 @@ -197,7 +197,7 @@ local array[2]=x 1:Illegal local array element assignment -?(eval):local:1: array[2]: can't create local array elements +?ZTST_execchunk:local:2: array[2]: can't create local array elements local -a array typeset array[1]=a array[2]=b array[3]=c -- cgit 1.4.1