Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-18 | 52515: (+ tests in 52527) avoid sh errors when running shebang-less scripts ↵ | Stephane Chazelas | 1 | -2/+14 | |
with paths starting with - or + | |||||
2022-06-09 | 50342: fix test added by 50306 | Jun-ichi Takimoto | 1 | -1/+1 | |
2022-06-03 | 50306: fix wait for child that was stopped/continued | Jun-ichi Takimoto | 1 | -0/+7 | |
do not call addbgstatus() when child is stopped/continued | |||||
2021-09-26 | unposted: Fix typos | Daniel Shahaf | 1 | -1/+1 | |
2020-08-08 | 47296 (+ unposted additional tests and comments): 'repeat' loops: Let the ↵ | Daniel Shahaf | 1 | -0/+14 | |
repeat count use $?. It's an arithmetic expression. | |||||
2020-06-18 | 46067: Add a unit test for workers/46060. | Daniel Shahaf | 1 | -0/+7 | |
2018-12-30 | 43945 (tweaked to remove test failure, noted in test): | Martijn Dekker | 1 | -0/+53 | |
Fix exit statuses from wait for POSIX_BUILTINS mode. Also add tests. | |||||
2018-09-14 | 43466: Make path(5) test more generic. | Peter Stephenson | 1 | -6/+11 | |
Only test non-zero status as OS error codes and messages vary. | |||||
2018-09-05 | 43375 with fix from 43390: fix #! tests. | Peter Stephenson | 1 | -7/+11 | |
Don't assume path to sh and echo, instead work it out. | |||||
2018-09-03 | CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing. | Anthony Sottile | 1 | -0/+22 | |
See NEWS for more information. Patch by Anthony Sottile and Buck Evan. | |||||
2016-11-05 | unposted: tests for 39839, 39844 | Barton E. Schaefer | 1 | -0/+13 | |
2015-09-02 | 36393: process queued signals during dotrap() | Barton E. Schaefer | 1 | -0/+9 | |
2015-08-27 | cf. Axel Beckert 36292: discard even more extraneous stderr in "hang" test | Barton E. Schaefer | 1 | -1/+1 | |
2015-08-26 | 36282: discard stderr of "hang" test | Barton E. Schaefer | 1 | -1/+1 | |
2015-08-10 | 36045: make effect of failures in wait test clearer | Peter Stephenson | 1 | -1/+3 | |
2014-12-27 | 34065: following an "if" condition, do not test lastval for ERR_EXIT until a ↵ | Barton E. Schaefer | 1 | -0/+17 | |
new command is run Includes unposted regression tests. | |||||
2014-10-26 | 33564: care with monitor option in test | Peter Stephenson | 1 | -1/+1 | |
2014-10-26 | 33542: test logic for waiting for already exited processes | Peter Stephenson | 1 | -2/+27 | |
2014-10-04 | 33354: when backgrounding a pipeline, close all pipe descriptors in the parent | Barton E. Schaefer | 1 | -0/+15 | |
Add test for both this and 33345+33346 | |||||
2014-10-02 | 33325: fix ksh autoloads with redirections on function definitions | Peter Stephenson | 1 | -0/+13 | |
2014-08-31 | Further tweaking of the descriptor leak regression test that sometimes hangs | Barton E. Schaefer | 1 | -4/+4 | |
2014-08-15 | timeout the final "read" in hung shell regression | Barton E. Schaefer | 1 | -1/+1 | |
2013-12-21 | 32176: plug additional deadlock-inducing pipe descriptor leaks | Peter Stephenson | 1 | -0/+2 | |
2013-12-21 | 32172: regression test for 32171 | Barton E. Schaefer | 1 | -0/+12 | |
2013-12-02 | Unposted (see 32085): Another nonessential setopt | Barton E. Schaefer | 1 | -1/+1 | |
2013-12-02 | 32080: Suppress error output from nonessential setopt | Barton E. Schaefer | 1 | -1/+1 | |
2013-10-26 | 31906: fix race-condition interaction of $pipestatus with job control | Barton E. Schaefer | 1 | -2/+8 | |
printjob() should not reference oldjobtab for job numbers unless it is being called from bin_fg(). printjob() also must not attempt to update pipestats when called from bin_fg(). acquire_pgrp() should not loop infintely if the shell is not interactive. Update the $pipestatus stress test so that it also exercises the oldjobtab repair. | |||||
2013-10-24 | 31888: Add another test for pipestatus. | Peter Stephenson | 1 | -0/+7 | |
This one was reliably failing before the fix, see zsh-workers-31870 | |||||
2013-10-24 | 31884: Make new pipestatus test implementation proof. | Peter Stephenson | 1 | -2/+2 | |
It seems uniq's vary in the number of spaces they output. | |||||
2013-10-23 | 31879 plus misc.: improve $pipestatus handling and add a test for it | Barton E. Schaefer | 1 | -0/+11 | |
2010-12-05 | 28475: test that starting background job resets status | Peter Stephenson | 1 | -0/+7 | |
2008-08-07 | 25415: Make DEBUG_BEFORE_CMD the default. | Peter Stephenson | 1 | -0/+2 | |
Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code. | |||||
2006-11-08 | 22981: Zvi Har'el: bad call from 22952 | Peter Stephenson | 1 | -0/+12 | |
22980: add hook array for special functions | |||||
2004-07-29 | 20221: $LINENO in trap '...' DEBUG was wrong. | Peter Stephenson | 1 | -1/+1 | |
2001-08-22 | Assorted minor test tweaks. | Bart Schaefer | 1 | -0/+2 | |
2001-07-09 | 15329: test script changes to go with 15327 LINENO change | Peter Stephenson | 1 | -1/+1 | |
2001-04-02 | moved from ./Test/05command.ztst | Sven Wischnowsky | 1 | -0/+157 | |