summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/bug65915.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/tests/bug65915.phpt')
-rw-r--r--ext/opcache/tests/bug65915.phpt6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/opcache/tests/bug65915.phpt b/ext/opcache/tests/bug65915.phpt
index c616c4fb5f..b62dbd8ea7 100644
--- a/ext/opcache/tests/bug65915.phpt
+++ b/ext/opcache/tests/bug65915.phpt
@@ -5,7 +5,11 @@ opcache.enable=1
opcache.enable_cli=1
opcache.file_cache_only=0
--SKIPIF--
-<?php require_once('skipif.inc'); ?>
+<?php
+require_once('skipif.inc');
+// We don't invalidate the file after the second write.
+if (getenv('SKIP_REPEAT')) die("skip Not repeatable");
+?>
--FILE--
<?php
$tmp = __DIR__ . "/bug65915.inc.php";