]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/init: remove leftover find(1) call
authorEric Wong <e@yhbt.net>
Tue, 23 Jun 2020 18:34:29 +0000 (18:34 +0000)
committerEric Wong <e@yhbt.net>
Tue, 23 Jun 2020 18:42:50 +0000 (18:42 +0000)
I used find(1) here for debugging.  The "make check-run" test
target needs to be updated to make stderr spew more obvious.

t/init.t

index e3e8a2297964be2ef359d252b7047d4ddb341ce7..f4ebc2f67e6b5b97dfebb6f240d19e073e03940e 100644 (file)
--- a/t/init.t
+++ b/t/init.t
@@ -122,7 +122,6 @@ SKIP: {
        ok(run_script($cmd), '--skip-artnum -V1');
        ok(run_script([qw(-mda --no-precheck)], $env, $rdr), 'deliver V1');
        $mm = PublicInbox::Msgmap->new("$tmpdir/skip4");
-       system "find $tmpdir/skip4 >&2";
        $n = $mm->num_for($mid);
        is($n, 13, 'V1 NNTP article numbers skipped via --skip-artnum');
 }