about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
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');
 }