about summary refs log tree commit homepage
path: root/t/git.t
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-02-17 10:19:47 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-02-19 20:10:41 +0000
commitff25a60b1b85c92a7e76a735a2c79c0205233a27 (patch)
treefda9bf18b9772637baaadbfbe094169cbf5800a7 /t/git.t
parent5a6bdba5bf610145f26243e73cd349658d2e2db9 (diff)
downloadpublic-inbox-ff25a60b1b85c92a7e76a735a2c79c0205233a27.tar.gz
Wrap the old Import package to enable creating new repos based
on size thresholds.  This is better than relying on time-based
rotation as LKML traffic seems to be increasing.
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();