Skip to content

Commit 2283884

Browse files
committed
this mtime comparison makes assumptions that cannot always hold true
1 parent 7e19727 commit 2283884

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ext/phar/tests/phar_gzip.phpt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ $a->setAlias('another');
3939
$b = new Phar($fname2);
4040
var_dump($b->isFileFormat(Phar::PHAR));
4141
var_dump($b->isCompressed() == Phar::GZ);
42-
$a = stat($pname . '/test');
43-
$b = stat($pname2 . '/test');
44-
if ($a['mtime'] != $b['mtime']) {
45-
echo "timestamp changed, was $a[mtime], now $b[mtime]!\n";
46-
}
4742
?>
4843
===DONE===
4944
--CLEAN--

0 commit comments

Comments
 (0)