]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/www_listing.t
t/www_listing: quiet down stderr in -httpd
[public-inbox.git] / t / www_listing.t
index 4fcb43ea7bf88eaec38025e3c53ddc9971fde117..2ff053dedd01bfd0a605b2b698f8556f2c9bed8b 100644 (file)
@@ -72,6 +72,7 @@ SKIP: {
        my @clone = qw(git clone -q -s --bare);
        is(system(@clone, $bare->{git_dir}, $alt), 0, 'clone shared repo');
 
+       system(qw(git init --bare -q), "$v2/all.git") == 0 or die;
        for my $i (0..2) {
                is(system(@clone, $alt, "$v2/git/$i.git"), 0, "clone epoch $i");
        }