]> Sergey Matveev's repositories - public-inbox.git/commit - t/nntpd.t
t/nntpd: reduce dependencies on internal API
authorEric Wong <e@yhbt.net>
Tue, 21 Apr 2020 03:22:51 +0000 (03:22 +0000)
committerEric Wong <e@yhbt.net>
Tue, 21 Apr 2020 20:13:52 +0000 (20:13 +0000)
commit47f8836273133fb4a13e895feff7f7ee34ae7109
tree49b4f02126e746c9373c063872b7730705f595bd
parentf1e0136491b6cb1ab7ca432eb051a880d788f5ad
t/nntpd: reduce dependencies on internal API

Since the advent of run_script(), we can rely on it to simplify
our test code.  Changes like this will let us evolve the
internal API more easily while preserving stable CLI interfaces,
especially since we test the v2 path by default, now.
t/nntpd.t