X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Freplace.t;h=2efa25f1457e685c7557477331694c88254cedb1;hb=4bd22e9528484c5d964ecba277fd6a7d5e023461;hp=a44560fc8dc3b806354ef5880b20f38cb0017ad6;hpb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;p=public-inbox.git diff --git a/t/replace.t b/t/replace.t index a44560fc..2efa25f1 100644 --- a/t/replace.t +++ b/t/replace.t @@ -95,7 +95,7 @@ EOF for my $dir (glob("$ibx->{inboxdir}/git/*.git")) { my ($bn) = ($dir =~ m!([^/]+)\z!); - is(system(qw(git --git-dir), $dir, + is(xsys(qw(git --git-dir), $dir, qw(fsck --strict --no-progress)), 0, "git fsck is clean in epoch $bn"); }