about summary refs log tree commit diff
path: root/Test/runtests.zsh
Commit message (Collapse)AuthorAgeFilesLines
* 48560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer2021-04-181-1/+1
| | | | | | | | | | Changes typeset such that ${newparam-notset} yields "notset" and "typeset -p newparam" does not show an assignment to the parameter. This is similar to the default behavior of bash and ksh, with minor differences in typeset output. Also add tests for some POSIX incompatibilities plus minor changes for test harness robustness.
* 24316: count skipped tests differently from successes and failures.Clint Adams2007-12-251-3/+7
|
* 24289 plus Ismail's suggestion 24290: count test scripts succeeded and failedPeter Stephenson2007-12-181-0/+23