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 <[email protected]> > --- > .x-sc_prohibit_test_minus_ao | 234 > ++++++++++++++++++++++++++++++++++++++++++ > ChangeLog | 5 + > 2 files changed, 239 insertions(+), 0 deletions(-) > create mode 100644 .x-sc_prohibit_test_minus_ao > > diff --git a/.x-sc_prohibit_test_minus_ao b/.x-sc_prohibit_test_minus_ao > new file mode 100644 > index 0000000..e079845 > --- /dev/null > +++ b/.x-sc_prohibit_test_minus_ao > @@ -0,0 +1,234 @@ > +find/testsuite/find.gnu/access.exp
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 -- Eric Blake [email protected] +1-801-349-2682 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
