summaryrefslogtreecommitdiff
path: root/ext/phar/tests/zip
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2009-09-21 15:23:25 +0000
committerDmitry Stogov <dmitry@php.net>2009-09-21 15:23:25 +0000
commit883b992ea7913ac85d89b067240728e7fb85fd75 (patch)
treef10a1b55ffe2949814e31949defe1623fba83bb1 /ext/phar/tests/zip
parentd12c66770f968a0f85377b8309724389dcfd2aa1 (diff)
downloadphp-git-883b992ea7913ac85d89b067240728e7fb85fd75.tar.gz
Fixed tests (removed irrelevant check which makes test to fail from time to time)
Diffstat (limited to 'ext/phar/tests/zip')
-rw-r--r--ext/phar/tests/zip/phar_stub.phpt6
1 files changed, 0 insertions, 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();