Re: [PATCH 2/3] Fix false positives for syntax check sc_prohibit_test_minus_ao.

2010-04-12 Thread James Youngman
On Mon, Apr 12, 2010 at 5:17 PM, Eric Blake wrote: > Each .x-sc* file is passed as an argument to grep -vEf, so you can use > regular expressions to not only condense the list, but to also make > adding future tests have one less place to touch: > > find/testsuite/find.gnu/.*exp Thanks for the ti

Re: [PATCH 2/3] Fix false positives for syntax check sc_prohibit_test_minus_ao.

2010-04-12 Thread Eric Blake
On 04/11/2010 04:35 AM, James Youngman wrote: > * .x-sc_prohibit_test_minus_ao: Add all the DejaGnu scripts to the > list of exceptions to the 'test C1 -a C2' syntax check, since they > are not actually shell scripts. > > Signed-off-by: James Youngman > --- > .x-sc_prohibit_test_minus_ao | 234

[PATCH 2/3] Fix false positives for syntax check sc_prohibit_test_minus_ao.

2010-04-11 Thread James Youngman
* .x-sc_prohibit_test_minus_ao: Add all the DejaGnu scripts to the list of exceptions to the 'test C1 -a C2' syntax check, since they are not actually shell scripts. Signed-off-by: James Youngman --- .x-sc_prohibit_test_minus_ao | 234 ++ ChangeLog