@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
@siebenmann reports that
all.bashhangs with a "Password:" prompt on their FreeBSD machine due toruntime.TestSUID'ssucall.Our FreeBSD builders allow
suwith no password (I think because our user is in thewheelgroup?). Presumably real FreeBSD systems don't put the main user inwheel. Or maybesuis asking for the password of the primary user? I'm not sure how this configuration works.On my Linux workstation, the test skips as
suseems to automatically exit with error (detects a non-interactive stdin perhaps?). Perhaps FreeBSD'ssudoesn't do this?cc @golang/freebsd @rolandshoemaker