]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/www_listing.t
lei_mirror: set gitweb.owner from manifest
[public-inbox.git] / t / www_listing.t
index e6bb1bda27baf66db53bee30622c2355a6ee6343..c13d8f903883068bca419ee4d975a74c71a11820 100644 (file)
@@ -150,6 +150,8 @@ EOM
                undef, $opt), 'clone w/include') or diag "clone_err=$clone_err";
        ok(-d "$tmpdir/incl/alt", 'alt cloned');
        ok(!-d "$tmpdir/incl/v2" && !-d "$tmpdir/incl/bare", 'only alt cloned');
+       is(xqx([qw(git config -f), "$tmpdir/incl/alt/config", 'gitweb.owner']),
+               "lorelei \xc4\x80\n", 'gitweb.owner set by -clone');
 
        undef $td;