From: Dmitry Stogov Date: Mon, 21 Sep 2009 15:23:25 +0000 (+0000) Subject: Fixed tests (removed irrelevant check which makes test to fail from time to time) X-Git-Tag: php-5.3.2RC1~479 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=883b992ea7913ac85d89b067240728e7fb85fd75;p=php Fixed tests (removed irrelevant check which makes test to fail from time to time) --- diff --git a/ext/phar/tests/zip/phar_stub.phpt b/ext/phar/tests/zip/phar_stub.phpt index 302a894d76..72c1f17d78 100644 --- a/ext/phar/tests/zip/phar_stub.phpt +++ b/ext/phar/tests/zip/phar_stub.phpt @@ -19,12 +19,6 @@ $p['b'] = 'b'; $p['c'] = 'c'; copy($fname2, $fname); -$a = stat($pname . '/a'); -$b = stat($pname2 . '/a'); -if ($a['mtime'] != $b['mtime']) { - echo "timestamp changed, was $a[mtime], now $b[mtime]!\n"; -} - $phar = new Phar($fname); echo $phar->getStub();