about summary refs log tree commit diff
path: root/Test/B02typeset.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 34992: POSIX fix for readonly variables.Peter Stephenson2015-04-291-0/+17
| | | | | With POSIXBUILTINS, variables can be marked readonly if unset. Also, variables can't have the readonly flag removed.
* 30169: repeat "typeset -T" with same two first arguments is not an errorPeter Stephenson2012-08-161-0/+9
|
* "typeset -g <var>" should be silent even without TYPESET_SILENTPeter Stephenson2008-11-051-0/+6
|
* 25671: non existing variable in typeset -p should cause status 1Peter Stephenson2008-09-151-1/+1
|
* 25662: declare -p should never create argumentsPeter Stephenson2008-09-131-0/+9
|
* 24264: restrict effect of 24234 to parameter substitution code and documentPeter Stephenson2007-12-161-4/+4
|
* 24234: apply typeset parameter flags consistentlyPeter Stephenson2007-12-131-1/+40
|
* 23732: three broken testsPeter Stephenson2007-07-311-1/+1
|
* 23730: improve preprocessor and regression tests for 23725Peter Stephenson2007-07-311-0/+17
|
* 23726: test for adding and removing environment variablesPeter Stephenson2007-07-301-0/+11
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-2/+0
|
* 22518: Initial go at making parameter subscriptsPeter Stephenson2006-06-261-2/+15
| | | | use multibyte characters.
* Third time's a charm: a better fix than using either a subshell orWayne Davison2005-08-111-11/+17
| | | | | | | | | "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).
* A better fix than my last patch is to use "setopt localoptions".Wayne Davison2005-08-101-3/+3
|
* Put the last test into a sub-shell so that it doesn't interfereWayne Davison2005-08-101-2/+2
| | | | with the temp-file cleanup.
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-1/+93
| | | | Separate justification width of parameters from base/precision.
* 20378: Matthias B.: fix bugs joining with metafied chars.Peter Stephenson2004-09-171-0/+15
|
* 19800: reverse sense of `declare +m' test, -m now being allowed for declareOliver Kiddle2004-04-201-4/+4
|
* 19139: add tests for typeset -TPeter Stephenson2003-09-251-0/+12
|
* 17985: fix hiding/tagging testBart Schaefer2002-12-061-1/+1
|
* 17967: Quote some arguments in B02typeset.ztst.Peter Stephenson2002-11-261-3/+3
|
* 17432: typeset test, typeset shows base for integerPeter Stephenson2002-07-051-1/+1
|
* Fix and regression tests for crash on typeset of local array elements.Bart Schaefer2001-08-131-0/+243