Re: [PATCH] test-lint-duplicates: check numbering in contrib/remote-helpers

2013-04-02 Thread Eric Sunshine
On Tue, Apr 2, 2013 at 12:53 PM, Torsten Bögershausen wrote: > Running make inside contrib/remote-helpers failes in "test-lint-duplicates" s/failes/fails/ > This was because the regexp to check for duplicate numbers strips everything > after the first "-" in the filename, including the prefix. >

Re: [PATCH] test-lint-duplicates: check numbering in contrib/remote-helpers

2013-04-02 Thread Felipe Contreras
On Tue, Apr 2, 2013 at 10:53 AM, Torsten Bögershausen wrote: > Rename the tests in contrib/remote-helpers into > t5810-test-bzr.sh, > t5820-test-hg-bidi.sh, > t5821-test-hg-hg-git.sh, > t5830-test-hg.sh > > Feed the numbers used in contrib/remote-helpers into t/Makefile > and check that numbering

Re: [PATCH] test-lint-duplicates: check numbering in contrib/remote-helpers

2013-04-02 Thread Antoine Pelisse
On Tue, Apr 2, 2013 at 6:53 PM, Torsten Bögershausen wrote: > --- > contrib/remote-helpers/Makefile| 3 +- > contrib/remote-helpers/t5810-test-bzr.sh | 143 +++ > contrib/remote-helpers/t5820-test-hg-bidi.sh | 243 +++ > contrib/remote-helpers/t5821-test-hg-h

[PATCH] test-lint-duplicates: check numbering in contrib/remote-helpers

2013-04-02 Thread Torsten Bögershausen
Running make inside contrib/remote-helpers failes in "test-lint-duplicates" This was because the regexp to check for duplicate numbers strips everything after the first "-" in the filename, including the prefix. As a result, 2 pathnames like "/contrib/remote-helpers/test-bzr.sh" and "/con