From a995291288a350f426890e57e0bc4a6041c3c8ed Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 28 Nov 2019 20:54:34 +0000 Subject: t/replace: quiet "git fsck" invocation Test output can be a terminal if running as "perl -I lib t/$FOO.t", and showing fsck progress is pointless for tests. --- t/replace.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/replace.t b/t/replace.t index e9361856..57290f96 100644 --- a/t/replace.t +++ b/t/replace.t @@ -99,8 +99,9 @@ EOF for my $dir (glob("$ibx->{inboxdir}/git/*.git")) { my ($bn) = ($dir =~ m!([^/]+)\z!); - is(system(qw(git --git-dir), $dir, qw(fsck --strict)), 0, - "git fsck is clean in epoch $bn"); + is(system(qw(git --git-dir), $dir, + qw(fsck --strict --no-progress)), + 0, "git fsck is clean in epoch $bn"); } my $thread_b = $ibx->over->get_thread('replace@example.com'); -- cgit v1.2.3-24-ge0c7