]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/v2mirror.t
fetch: drop 304 Not Modified support, simplify comparisons
[public-inbox.git] / t / v2mirror.t
index b0075fcc88702b14c954bb606252a6bcd186a7f9..2bb3238b3388d00e8157d4bde4c44908da7b9881 100644 (file)
@@ -99,10 +99,6 @@ $ibx->cleanup;
 
 my @new_epochs;
 my $fetch_each_epoch = sub {
-       my $mf = "$tmpdir/m/manifest.js.gz";
-       if (my @st = stat($mf)) {
-               utime($st[8], $st[9] - 1, $mf) or xbail "utime $mf: $!";
-       }
        my %before = map { $_ => 1 } glob("$tmpdir/m/git/*");
        run_script([qw(-fetch -q)], undef, {-C => "$tmpdir/m"}) or
                xbail '-fetch fail';