user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] t/git.t: do not pass "-b" to git-repack(1)
@ 2019-01-18 22:01 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2019-01-18 22:01 UTC (permalink / raw)
  To: meta

Allows t/git.t to run on older versions of git without
"-b" and avoids incurring extra I/O traffic for bitmaps.
---
 t/git.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/git.t b/t/git.t
index c642b8f..2d58a10 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');
 }
 
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-18 22:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18 22:01 [PATCH] t/git.t: do not pass "-b" to git-repack(1) Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).