]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: close the shell used to start sshd
authorDan Fandrich <dan@coneharvesters.com>
Wed, 4 Oct 2023 22:14:05 +0000 (15:14 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 4 Oct 2023 22:20:45 +0000 (15:20 -0700)
commit7d55ab1bffa6adb336f809c1687975527671889c
tree48b323e666af622554fb96467098a5e3291a0fd5
parent3ef3eaa27e5ccdc9506886497667c73e822750c9
tests: close the shell used to start sshd

This shell isn't needed once sshd starts, so use "exec" so it doesn't
stick around.

Closes #12032
tests/sshserver.pl