about summary refs log tree commit diff
path: root/Test/D03procsubst.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 46183: New XFail test: external command with =(...) on LHS of pipeline ↵Daniel Shahaf2020-07-121-0/+9
| | | | cleans up its tempfiles.
* 46100: Fix =subst before =(subst)Peter Stephenson2020-06-261-0/+4
| | | | | | This occurs with SH file expansion ordering. Add test.
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-1/+1
|
* 42708: fix for process substitution.Peter Stephenson2018-04-241-0/+7
| | | | | | | | | Don't close associated file descriptors in the closem() tidy up function as they should remain visible to external processes. Override if about to exit. Unit test for the failing case: note this relies on the existence of /proc/self/fd or equivalent.
* 35873: add original test for process substitution deadlock from 35847Peter Stephenson2015-07-231-0/+8
|
* 35849: close fd's from process substitution after forkPeter Stephenson2015-07-231-0/+15
| | | | Leaving these hanging in parent could cause deadlock: test added.
* 35668: Improved fix for command/proc subst starting in alias.Peter Stephenson2015-07-021-0/+5
| | | | | | Use input flag to suppress the unwanted backtracking. Add test for the extra case covered.
* 35667: fix command substitution that starts but doesn't finish in aliasPeter Stephenson2015-07-011-0/+6
|
* 31536 with additions: Fix hang in previous process substitution fix.Peter Stephenson2013-07-191-0/+8
| | | | Close applicable file descriptors when waiting for a job.
* this prevent process-based features from working in their argumentsPeter Stephenson2012-12-211-0/+19
|
* 29703: crash when failing to parse process substitutionsPeter Stephenson2011-08-171-0/+4
|
* 26042 with some fixes from 26043 (Mikael):Peter Stephenson2008-11-131-0/+48
| | | | | allow <(...) and >(...) to occur in the middle of strings and =(...) to have extra text following
* Belated commit of 21064: test case for 21049Bart Schaefer2005-04-141-0/+7
|
* 18492: Provide partial fix for multios and output process substitutionPeter Stephenson2003-05-021-2/+2
| | | | asynchronicity problem. Document workarounds for remaining problems.
* 15099: rudimental support for skipping unimplemented testsAndrey Borzenkov2001-06-261-4/+10
|
* moved from ./Test/12procsubst.ztstSven Wischnowsky2001-04-021-0/+25