]> git.ozlabs.org Git - ccan/commit
Patch from Joey Adams:
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 29 Mar 2009 05:53:19 +0000 (16:23 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Sun, 29 Mar 2009 05:53:19 +0000 (16:23 +1030)
commit7c71ddab47d9b06aa140f305c956e454d711e66e
treeb637693be82aa2bc081250a0f6bd269a58c2799b
parent33cf75ea56329a6442fda88c6832f2f4c04de6ba
Patch from Joey Adams:
(15:27:11) joeyadams: ccanlint's handle_no_tests apparently has a bug.  It makes the test directory with
0600 permissions, so it can't be used.  the x bit provides directory listing privilege
(15:27:25) joeyadams: this gives me Permission denied when I try to run it
(15:28:34) joeyadams: Changing the opcode to 0700 makes the creation of run.c work
tools/ccanlint/has_tests.c