From: Eric Wong <e@yhbt.net>
To: meta@public-inbox.org
Subject: [PATCH] t/init: remove leftover find(1) call
Date: Tue, 23 Jun 2020 18:34:29 +0000 [thread overview]
Message-ID: <20200623183429.GA2408@dcvr> (raw)
In-Reply-To: <20200621002133.9090-4-e@yhbt.net>
Eric Wong <e@yhbt.net> wrote:
> diff --git a/t/init.t b/t/init.t
> index 94c6184e..e3e8a229 100644
> --- a/t/init.t
> +++ b/t/init.t
> + system "find $tmpdir/skip4 >&2";
Gah :x
---------8<--------
Subject: [PATCH] t/init: remove leftover find(1) call
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 | 1 -
1 file changed, 1 deletion(-)
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');
}
prev parent reply other threads:[~2020-06-23 18:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-21 0:21 [PATCH 0/3] -init updates Eric Wong
2020-06-21 0:21 ` [PATCH 1/3] init: add -j / --jobs parameter Eric Wong
2020-06-21 0:21 ` [PATCH 2/3] init: refer to inboxes as "inbox" or "inboxes" in errors Eric Wong
2020-06-21 0:21 ` [PATCH 3/3] init: add --skip-artnum parameter Eric Wong
2020-06-23 18:34 ` Eric Wong [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://public-inbox.org/README
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200623183429.GA2408@dcvr \
--to=e@yhbt.net \
--cc=meta@public-inbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).