Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 48560: add TYPESET_TO_UNSET option to remove initialization of parameters | Bart Schaefer | 2021-04-18 | 1 | -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 Adams | 2007-12-25 | 1 | -3/+7 |
| | |||||
* | 24289 plus Ismail's suggestion 24290: count test scripts succeeded and failed | Peter Stephenson | 2007-12-18 | 1 | -0/+23 |