]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: fixup `checkcmd` `PATH` on non-unixy platforms
authorViktor Szakats <commit@vsz.me>
Tue, 1 Oct 2024 10:25:21 +0000 (12:25 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 1 Oct 2024 14:05:13 +0000 (16:05 +0200)
commitaa092012bd0fd7f30a3aabfccde02fb0df0b95e4
treebca892d09f9af8402df75dc67fdce6feaba12373
parentf88fb1c83e277447df508b2bbe368ae5b4d2b9b6
tests: fixup `checkcmd` `PATH` on non-unixy platforms

Do not add unixy system directories to `PATH` when looking up commands
on Windows, MS-DOS or OS/2.

Cherry-picked from #14949
Closes #15106
tests/servers.pm