From: Rusty Russell Date: Sun, 29 Mar 2009 05:53:19 +0000 (+1030) Subject: Patch from Joey Adams: X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=7c71ddab47d9b06aa140f305c956e454d711e66e;hp=7c71ddab47d9b06aa140f305c956e454d711e66e 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 ---