Hi,
System Info:
-------------
Linux geosl548 2.6.9-42.0.10.ELsmp #1 SMP Fri Feb 16 17:17:21 EST 2007
i686 i686 i386 GNU/Linux
RHEL4 update5
perl: v5.8.5
Bug:
-----
In t/Command.t the test:
ok( ! -e 'testdir', 'rm_rf can delete a read-only dir' );
fails.
On this system rm_rf can not remove a read only directory, but rmdir can
viz:
[EMAIL PROTECTED] tmp $ cd /tmp
[EMAIL PROTECTED] tmp $ mkdir e
[EMAIL PROTECTED] tmp $ chmod 0400 e
[EMAIL PROTECTED] tmp $ rm -rf e
rm: cannot chdir from `.' to `e': Permission denied
[EMAIL PROTECTED] tmp $ echo $?
1
[EMAIL PROTECTED] tmp $ rmdir e
[EMAIL PROTECTED] tmp $ echo $?
0
[EMAIL PROTECTED] tmp $
If causes the test to fail and makes it difficult to install from CPAN.
Yours
Faye
--
---------------------------------------------------------
Faye Gibbins, Computing Officer (Infrastructure Services)
GeoS KB; Linux, Unix, Security and Networks; 0131 6506426
Edinburgh University, Scotland
---------------------------------------------------------