about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-11-24 00:22:23 +0000
committerEric Wong <e@80x24.org>2019-11-24 21:34:03 +0000
commitd454d3467b99ad838c4f7fd143360a391b432b5b (patch)
tree368a6c3c8f1f585f02361ed07b787c7c1a563463 /t
parent6b071c721412bc1c8e3fae7d85b22bd5f87ca9fb (diff)
downloadpublic-inbox-d454d3467b99ad838c4f7fd143360a391b432b5b.tar.gz
Use the "-q" flag like everywhere else.
Diffstat (limited to 't')
-rw-r--r--t/v1-add-remove-add.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/v1-add-remove-add.t b/t/v1-add-remove-add.t
index 3facd87e..035fba5c 100644
--- a/t/v1-add-remove-add.t
+++ b/t/v1-add-remove-add.t
@@ -13,7 +13,7 @@ foreach my $mod (qw(DBD::SQLite Search::Xapian)) {
 }
 require PublicInbox::SearchIdx;
 my $inboxdir = tempdir('pi-add-remove-add-XXXXXX', TMPDIR => 1, CLEANUP => 1);
-is(system(qw(git init --bare), $inboxdir), 0);
+is(system(qw(git init -q --bare), $inboxdir), 0);
 my $ibx = {
         inboxdir => $inboxdir,
         name => 'test-add-remove-add',