1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
Wayne Davison
5aa648a5f2 Third time's a charm: a better fix than using either a subshell or
"setopt localoptions" is to use a function for the final test (since
it destroys all the variables in the environment).  This allows us to
directly test that the environment was properly restored after the
function call, and ensures that the caller (ZTST_execchunk, which
directly exec'ed the test code) still has all the vars that it expects
in the environment (such as ZTST_verbose, options, and ZTST_mainopts).
2005-08-11 16:25:10 +00:00
Wayne Davison
a97e3fda33 A better fix than my last patch is to use "setopt localoptions". 2005-08-10 18:57:23 +00:00
Wayne Davison
a5d84c393a Put the last test into a sub-shell so that it doesn't interfere
with the temp-file cleanup.
2005-08-10 07:50:07 +00:00
Peter Stephenson
69b4b8bdde 20605: Use separate structure with get/set/unset methods fro parameters.
Separate justification width of parameters from base/precision.
2004-12-07 16:54:58 +00:00
Peter Stephenson
037485c4a4 20378: Matthias B.: fix bugs joining with metafied chars. 2004-09-17 09:25:38 +00:00
Oliver Kiddle
8c890ebe7f 19800: reverse sense of `declare +m' test, -m now being allowed for declare 2004-04-20 11:51:03 +00:00
Peter Stephenson
a869fe1c57 19139: add tests for typeset -T 2003-09-25 09:50:23 +00:00
Bart Schaefer
a02a308839 17985: fix hiding/tagging test 2002-12-06 10:23:15 +00:00
Peter Stephenson
252da01c87 17967: Quote some arguments in B02typeset.ztst. 2002-11-26 15:31:20 +00:00
Peter Stephenson
31d6ad578b 17432: typeset test, typeset shows base for integer 2002-07-05 10:51:52 +00:00
Bart Schaefer
d978bb894e Fix and regression tests for crash on typeset of local array elements. 2001-08-13 17:43:04 +00:00