about summary refs log tree commit homepage
path: root/t/git.t
diff options
context:
space:
mode:
Diffstat (limited to 't/git.t')
-rw-r--r--t/git.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/git.t b/t/git.t
index 5efc18ab..ab588a15 100644
--- a/t/git.t
+++ b/t/git.t
@@ -137,6 +137,9 @@ if (1) {
         is($all, join('', @ref), 'qx returned array when wanted');
         my $nl = scalar @ref;
         ok($nl > 1, "qx returned array length of $nl");
+
+        $gcf->qx(qw(repack -adbq));
+        ok($gcf->packed_bytes > 0, 'packed size is positive');
 }
 
 done_testing();