about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-06-23 18:34:29 +0000
committerEric Wong <e@yhbt.net>2020-06-23 18:42:50 +0000
commit924525056df65930722aa2051134f33542cb8937 (patch)
tree2445d39d3e8bd53f75c30bb768ab7fec4387e18f
parent5759c29ba5e0c8b2b1135e528e133dc7dde219f8 (diff)
downloadpublic-inbox-924525056df65930722aa2051134f33542cb8937.tar.gz
I used find(1) here for debugging.  The "make check-run" test
target needs to be updated to make stderr spew more obvious.
-rw-r--r--t/init.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/init.t b/t/init.t
index e3e8a229..f4ebc2f6 100644
--- 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');
 }