Open
Description
@siebenmann reports that all.bash
hangs with a "Password:" prompt on their FreeBSD machine due to runtime.TestSUID
's su
call.
Our FreeBSD builders allow su
with no password (I think because our user is in the wheel
group?). Presumably real FreeBSD systems don't put the main user in wheel
. Or maybe su
is asking for the password of the primary user? I'm not sure how this configuration works.
On my Linux workstation, the test skips as su
seems to automatically exit with error (detects a non-interactive stdin perhaps?). Perhaps FreeBSD's su
doesn't do this?
cc @golang/freebsd @rolandshoemaker
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo