]> Sergey Matveev's repositories - public-inbox.git/commit
t: localize the PI_CONFIG env
authorEric Wong <e@80x24.org>
Fri, 29 Nov 2019 10:14:08 +0000 (10:14 +0000)
committerEric Wong <e@80x24.org>
Wed, 11 Dec 2019 08:10:25 +0000 (08:10 +0000)
commite4d3be19612b20829426b129a2e1fb2316d38473
tree3108560277a5da2a947042c3de741c73c713aa60
parentf425bacfb75db2c454a6bc7b0a0845e7520e0a48
t: localize the PI_CONFIG env

We don't want the user's ~/.public-inbox/config to be read from
during tests.  I only noticed this because I had a non-existent
pathname for one of my inboxes :x

I've also verified this change by running "inotifywait
~/.public-inbox/config -m" in another terminal while running
"make check"; (perhaps a portable solution could make it
into the test suite).
t/indexlevels-mirror.t
t/xcpdb-reshard.t