]> Sergey Matveev's repositories - public-inbox.git/commit
testcommon: spawn-aware system() and qx[] workalikes
authorEric Wong <e@yhbt.net>
Sun, 19 Apr 2020 23:19:37 +0000 (23:19 +0000)
committerEric Wong <e@yhbt.net>
Mon, 20 Apr 2020 20:18:21 +0000 (20:18 +0000)
commit6e07def560b211d9a1a3221862e72b7aeb4a31b3
treeb6e3b54f928145b3f1c05bd5b0444f70f7eabd4f
parent47acfe0e9d09e907393465e155e114e8fdc5f5a1
testcommon: spawn-aware system() and qx[] workalikes

Barely noticeable on Linux, but this gives a 1-2% speedup
on a FreeBSD 11.3 VM and lets us use built-in redirects
rather than relying on /bin/sh.
23 files changed:
lib/PublicInbox/TestCommon.pm
t/config.t
t/ds-leak.t
t/edit.t
t/git.t
t/hl_mod.t
t/httpd-corner.t
t/httpd.t
t/indexlevels-mirror.t
t/init.t
t/mda.t
t/mda_filter_rubylang.t
t/multi-mid.t
t/nntpd.t
t/nulsubject.t
t/replace.t
t/search.t
t/solver_git.t
t/v2mda.t
t/v2mirror.t
t/v2writable.t
t/www_listing.t
xt/git-http-backend.t