1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-11 21:50:57 +01:00
Commit graph

19 commits

Author SHA1 Message Date
Barton E. Schaefer
a65fb0677c 33354: when backgrounding a pipeline, close all pipe descriptors in the parent
Add test for both this and 33345+33346
2014-10-04 21:08:56 -07:00
Peter Stephenson
f16813792e 33325: fix ksh autoloads with redirections on function definitions 2014-10-02 16:15:10 +01:00
Barton E. Schaefer
4d0d6e8bed Further tweaking of the descriptor leak regression test that sometimes hangs 2014-08-31 14:08:20 -07:00
Barton E. Schaefer
a3651e1205 timeout the final "read" in hung shell regression 2014-08-15 10:24:09 -07:00
Peter Stephenson
aede5c52bf 32176: plug additional deadlock-inducing pipe descriptor leaks 2013-12-21 17:41:21 -08:00
Barton E. Schaefer
21be065ddf 32172: regression test for 32171 2013-12-21 12:53:59 -08:00
Barton E. Schaefer
deccbf31d7 Unposted (see 32085): Another nonessential setopt 2013-12-02 10:32:11 -08:00
Barton E. Schaefer
5a517e9cf4 32080: Suppress error output from nonessential setopt 2013-12-02 10:11:12 -08:00
Barton E. Schaefer
c3114a7735 31906: fix race-condition interaction of $pipestatus with job control
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-26 16:11:40 -07:00
Peter Stephenson
f91bf85cc3 31888: Add another test for pipestatus.
This one was reliably failing before the fix, see zsh-workers-31870
2013-10-24 17:51:19 +01:00
Peter Stephenson
59b060bd5b 31884: Make new pipestatus test implementation proof.
It seems uniq's vary in the number of spaces they output.
2013-10-24 17:31:02 +01:00
Barton E. Schaefer
65e131c838 31879 plus misc.: improve $pipestatus handling and add a test for it 2013-10-23 22:45:02 -07:00
Peter Stephenson
0f1fd5b91f 28475: test that starting background job resets status 2010-12-05 18:33:07 +00:00
Peter Stephenson
2706eac454 25415: Make DEBUG_BEFORE_CMD the default.
Reuse ERR_EXIT in DEBUG traps.
Clean up trapreturn code.
2008-08-07 16:25:14 +00:00
Peter Stephenson
aba936b17c 22981: Zvi Har'el: bad call from 22952
22980: add hook array for special functions
2006-11-08 10:38:05 +00:00
Peter Stephenson
640bbab78f 20221: $LINENO in trap '...' DEBUG was wrong. 2004-07-29 15:09:51 +00:00
Bart Schaefer
4ab1fb2bd3 Assorted minor test tweaks. 2001-08-22 15:59:27 +00:00
Peter Stephenson
cef000cc62 15329: test script changes to go with 15327 LINENO change 2001-07-09 16:41:19 +00:00
Sven Wischnowsky
d8aef9a9a6 moved from ./Test/05command.ztst 2001-04-02 12:31:39 +00:00