bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils-6.9 build/check-root: test/rm failed on no-give-up


From: anirkko
Subject: Re: coreutils-6.9 build/check-root: test/rm failed on no-give-up
Date: Thu, 3 May 2007 19:18:05 +0200 (MET DST)

>   ls -ld .
> 
> after the line that does "chmod u=rwx ." in tests/rm/no-give-up,
> the output may help.
> 

result:

    drwxrwxrwx 3 root other 512 May  3 19:12 .
    FAIL: no-give-up

because "chmod u=rwx ." only changes 'u', not 'go' permissions.
substituting "chmod 755 ." yields:

    drwxr-xr-x 3 root other 512 May  3 19:15 .
    PASS: no-give-up

:-)
Arto





reply via email to

[Prev in Thread] Current Thread [Next in Thread]