Hi Sergey, Sergey Poznyakoff <[email protected]> writes:
> Ludovic Courtès <[email protected]> ha escrit: > >> Now there are two test failures on this platform: > > Both are due to some permission problem. Mv is unable to rename > a directory: > > mv: cannot move `dir' to `old': Permission denied That’s because the directory permissions are set to 500, and Darwin doesn’t allow renames of read-only directories (we’ve just checked it on this host.) Changing 500 to 700 should do the job. > Yes, please (<[email protected]>). Done. Thanks, Ludo’.
