about summary refs log tree commit homepage
path: root/t/init.t
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-03 20:56:15 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-03 21:02:21 +0000
commitdefb6d12f5b7b63a8e95a2db2d1dff2bd8f9d83c (patch)
tree6c8bcba5f6a34b9d717bbcfd2aa63de447a32917 /t/init.t
parent30a72ab33290a9ce57955bbd0799e394feab91ea (diff)
downloadpublic-inbox-defb6d12f5b7b63a8e95a2db2d1dff2bd8f9d83c.tar.gz
We'll let the config of all.git dictate every other subrepo to
ease maintenance and configuration.  The "include" directive has
been supported since git 1.7.10, so it's safe to depend on as v2
requires git 2.6.0+ anyways for "get-mark" in fast-import.
Diffstat (limited to 't/init.t')
-rw-r--r--t/init.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/init.t b/t/init.t
index 54b90ec5..6ae608e5 100644
--- a/t/init.t
+++ b/t/init.t
@@ -38,6 +38,8 @@ SKIP: {
         ok(-d "$tmpdir/v2list", 'v2list directory exists');
         ok(-f "$tmpdir/v2list/msgmap.sqlite3", 'msgmap exists');
         ok(-d "$tmpdir/v2list/all.git", 'catch-all.git directory exists');
+        @cmd = (qw(git config), "--file=$tmpdir/v2list/all.git/config",
+                qw(core.sharedRepository 0644));
 }
 
 done_testing();