Skip Menu |

This queue is for tickets about the File-Remove CPAN distribution.

Report information
The Basics
Id: 22844
Status: resolved
Priority: 0/
Queue: File-Remove

People
Owner: Nobody in particular
Requestors: mcummings [...] gentoo.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.33
Fixed in: (no value)



Subject: File-Remove-0.33 - fails tests
t/03_deep_readonly....NOK 14# Failed test 'Created t/d1/d2/f3.txt -w' # in t/03_deep_readonly.t at line 47. # Looks like you failed 1 test of 16. t/03_deep_readonly....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 14 Failed 1/16 tests, 93.75% okay 44 chmod( 0400, $f3 ) or die "chmod 0400 $f3 failed"; 45 ok( -f $f3, "Created $f3 ok" ); 46 ok( -r $f3, "Created $f3 -r" ); 47 ok( ! -w $f3, "Created $f3 -w" ); But, the file isn't writeable... -r-------- 1 root root 19 Nov 6 10:25 t/d1/d2/f3.txt me thinks the test isn't negating the -w check like we think it is... Fwiw, This is perl, v5.8.8 built for x86_64-linux-thread-multi Linux paradox 2.6.18-gentoo #4 SMP Fri Oct 20 15:59:46 EDT 2006 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux p But I tested this on a sparc and an x86, same results (neither of the other two are running threaded), so I'm thinking its a failure specific to the test, but just to be safe I checked :)
From: mcummings [...] gentoo.org
Guess this can be closed - since you fixed it last night ;)
Fixed by JESSE. Released in 0.34