On Thu, Nov 20, 2003 at 10:20:21AM -0500, David R. Morrison wrote:
> ./Command/failure...........#     Failed test (./Command/failure.t at line 106)
> #     Failed test (./Command/failure.t at line 156)
> #          got: undef
> #     expected: '1069341580'
> # Looks like you failed 2 tests of 45.
> dubious
>       Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 28, 38
>       Failed 2/45 tests, 95.56% okay

Ok, now we're getitng somewhere.  What those two tests have in common
is they both involve being root and then dropping privledges by switching to
user "nobody".  I hard coded in uid -2 which is what nobody is on my
machine, but it could be wrong for you.  Could you check /etc/passwd
and see what uid nobody has?  Also unknown.

Meanwhile, let me try to make that test not assume nobody is -2.  It'll
check getpwnam() to find an unprivledged user.  Try the new version.

-- 
Michael G Schwern        [EMAIL PROTECTED]  http://www.pobox.com/~schwern/
I know you get this a lot, but what's an unholy fairy like you doing in a
mosque like this?


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to