]> Sergey Matveev's repositories - public-inbox.git/commit
t/nntpd: avoid fork+exec for search indexing
authorEric Wong <e@80x24.org>
Sat, 14 May 2016 01:24:08 +0000 (01:24 +0000)
committerEric Wong <e@80x24.org>
Sat, 14 May 2016 01:24:08 +0000 (01:24 +0000)
commit90e12e68de364f175d79508c96921891cb766ac7
tree20210a207581ea0799e5ff13f80072eef6ecf5eb
parent47f28a70bf3c56f441ca5315fdd5c2e84f4d5c57
t/nntpd: avoid fork+exec for search indexing

The Xapian search index is required for the NNTP server, so
there's no point in calling system() for it like we do in
other tests.  This should speed up the test a small amount.
t/nntpd.t