Re: [PATCH 3/8] split: add tests

2011-05-01 Thread Jim Meyering
Pádraig Brady wrote: > On 30/04/11 14:31, Jim Meyering wrote: >> +for total_n_lines in 5 3000 2; do >> + for i in 2 51 598; do >> +# Don't create too many files/processes. >> +case $i:$total_n_lines in 2:5);; *) continue;; esac > > So the other combos are only for developer debug? > A

Re: [PATCH 3/8] split: add tests

2011-04-30 Thread Pádraig Brady
On 30/04/11 14:31, Jim Meyering wrote: > +for total_n_lines in 5 3000 2; do > + for i in 2 51 598; do > +# Don't create too many files/processes. > +case $i:$total_n_lines in 2:5);; *) continue;; esac So the other combos are only for developer debug? A comment to clariy would be good.

[PATCH 3/8] split: add tests

2011-04-30 Thread Jim Meyering
From: Jim Meyering * tests/Makefile.am (TESTS): Add split/filter. * tests/split/filter: New file. --- tests/Makefile.am |1 + tests/split/filter | 41 + 2 files changed, 42 insertions(+), 0 deletions(-) create mode 100755 tests/split/filter diff -