Re: [PATCH] test: wrap 'wc -l' results in arithmetic evaluation to strip whitespace

2017-01-27 Thread David Bremner
Tomi Ollila writes: > Some new unwrapped 'wc -l's have been added since Jani's 60e79e3a9f1c8 pushed to master, d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH] test: wrap 'wc -l' results in arithmetic evaluation to strip whitespace

2017-01-18 Thread Jani Nikula
On Thu, 05 Jan 2017, Tomi Ollila wrote: > Some new unwrapped 'wc -l's have been added since Jani's 60e79e3a9f1c8 LGTM > --- > > test/T070-insert.sh| 2 +- > test/T580-thread-search.sh | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git

[PATCH] test: wrap 'wc -l' results in arithmetic evaluation to strip whitespace

2017-01-04 Thread Tomi Ollila
Some new unwrapped 'wc -l's have been added since Jani's 60e79e3a9f1c8 --- test/T070-insert.sh| 2 +- test/T580-thread-search.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/T070-insert.sh b/test/T070-insert.sh index 57472b913964..7fb3b87e4584 100755 ---