1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-21 19:31:50 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Bart Schaefer
82ff9f24f1 48560: add TYPESET_TO_UNSET option to remove initialization of parameters
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.
2021-04-18 13:58:09 -07:00
Clint Adams
4aef005bf8 24316: count skipped tests differently from successes and failures. 2007-12-25 01:40:16 +00:00
Peter Stephenson
f8585a7c21 24289 plus Ismail's suggestion 24290: count test scripts succeeded and failed 2007-12-18 21:16:30 +00:00