]> git.ipfire.org Git - thirdparty/curl.git/commit
tests/servers.pm: add more ways to figure out current user
authorDaniel Stenberg <daniel@haxx.se>
Thu, 5 Jun 2025 21:37:59 +0000 (23:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 6 Jun 2025 21:07:29 +0000 (23:07 +0200)
commitf33ec60fbf7a7251aa4475812b2f57b47470bbf2
tree1d96736383c5c978718642421ac1e0895b982928
parentd16a020a870a7b4ba64842eaff25d9033034af7b
tests/servers.pm: add more ways to figure out current user

Some CI tests fail due to "Can't start ssh server due to lack of USER name" -
add more ways to try to figure it out if no environment variable works: the
whoami and id commands.

Closes #17544
tests/servers.pm