]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: Fix zombie processes left behind by FTP tests.
authorEduard Strehlau <herdinger@fastmail.fm>
Tue, 3 Oct 2023 15:10:46 +0000 (11:10 -0400)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 4 Oct 2023 21:04:12 +0000 (14:04 -0700)
commitf2ff730b386e895d3bb39729c6e69f55506f439d
tree4a711a8613710c15caf5cc6976328d5f1c5b82d1
parentd1b0317f9b3e4535fd9006b1faab41cbfa912753
tests: Fix zombie processes left behind by FTP tests.

ftpserver.pl correctly cleans up spawned server processes,
but forgets to wait for the shell used to spawn them.
This is barely noticeable during a normal testrun,
but causes process exhaustion and test failure
during a complete torture run of the FTP tests.

Fixes #12018
Closes #12020
tests/ftpserver.pl