]> Sergey Matveev's repositories - public-inbox.git/commit
tests: skip properly with git <2.6
authorEric Wong <e@80x24.org>
Wed, 10 Feb 2021 21:50:48 +0000 (21:50 +0000)
committerEric Wong <e@80x24.org>
Wed, 10 Feb 2021 21:51:08 +0000 (21:51 +0000)
commit7a1fe192b9f63f057a21cb60c5e0e85b2ca34d50
tree2904facf7d5eb565155d45bcac3d68b9ae789abc
parentefae1c2f67220c18f57bd1ebdf7115abd4d6c6e0
tests: skip properly with git <2.6

Tested with git 1.8.3.1 on CentOS 7.x

`plan skip_all => ...' doesn't work after some tests have run,
we have to call skip() instead.
lib/PublicInbox/TestCommon.pm
t/nntpd.t