From 883b992ea7913ac85d89b067240728e7fb85fd75 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 21 Sep 2009 15:23:25 +0000 Subject: [PATCH] Fixed tests (removed irrelevant check which makes test to fail from time to time) --- ext/phar/tests/zip/phar_stub.phpt | 6 ------ 1 file changed, 6 deletions(-) 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(); -- 2.49.0