automake-patches
[Top][All Lists]
Advanced

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

Re: bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of


From: Stefano Lattarini
Subject: Re: bug#10866: 1.11a OSX with llvm - 3 fails, 47 skips, 3 errors, out of 2856 tests
Date: Wed, 29 Feb 2012 19:56:43 +0100

On 02/28/2012 10:31 PM, P. Martin wrote:
>> On Feb 28, 2012, Stefano Lattarini <address@hidden> wrote: 
>>
>> Yes, that's why I should have asked for "chmod 000 a/b", not "chmod 000 a" 
>> :-(
> 
> I can do that too:
> 
> $ mkdir a a/b
> $ chmod 000 a/b
> $ find a -type d ! -perm -700
> a/b
> find: a/b: Permission denied
> $ echo exit status: $?
> exit status: 1
> $ find a -type d ! -perm -700 -exec chmod u+rwx '{}' \;
> $ echo exit status: $?
> exit status: 0
> $ ls -l a
> total 0
> drwx------  2 nibbles  staff  68 Feb 28 13:25 b
> 
> That is funky.
> 
Thanks for the confirmation.  The attached patch should fix this issue.
I will wait a couple of days before pushing, in case you want to give
it a try.

Thanks,
  Stefano

Attachment: 0001-self-checks-relax-tests-on-cleanup.patch
Description: Text Data


reply via email to

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