>   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



_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to