about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-18 21:43:29 +0000
committerEric Wong <e@80x24.org>2019-01-18 22:00:33 +0000
commit55db8a2a51c13aec813ac56bbaac1505791fd262 (patch)
treea1768c6433f561a0270fe50571a7e1cb277b87e1 /t
parentc22651c2da862ba829dc037e18d726193e4bcbcd (diff)
downloadpublic-inbox-55db8a2a51c13aec813ac56bbaac1505791fd262.tar.gz
Allows t/git.t to run on older versions of git without
"-b" and avoids incurring extra I/O traffic for bitmaps.
Diffstat (limited to 't')
-rw-r--r--t/git.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/git.t b/t/git.t
index c642b8fe..2d58a106 100644
--- a/t/git.t
+++ b/t/git.t
@@ -120,7 +120,7 @@ if (1) {
         my $nl = scalar @ref;
         ok($nl > 1, "qx returned array length of $nl");
 
-        $gcf->qx(qw(repack -adbq));
+        $gcf->qx(qw(repack -adq));
         ok($gcf->packed_bytes > 0, 'packed size is positive');
 }