]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/v2mirror.t
multi_git: hoist out common epoch/alternates handling
[public-inbox.git] / t / v2mirror.t
index 8bcffc29265a81cde1037e59f211b3b760726dc0..54ad6945f86be00107eb207050dc9d235279ab94 100644 (file)
@@ -228,10 +228,13 @@ EOF
        is(scalar($mset->items), 0, 'large message not re-indexed');
 }
 ok(scalar(@new_epochs), 'new epochs were created and fetched');
+for my $d (@new_epochs) {
+       is(xqx(['git', "--git-dir=$d", 'config', qw(include.path)]),
+               "../../all.git/config\n",
+               'include.path set');
+}
 
 ok($td->kill, 'killed httpd');
 $td->join;
 
-done_testing();
-
-1;
+done_testing;