summaryrefslogtreecommitdiff
path: root/ext/dba/tests/bug38698.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/tests/bug38698.phpt')
-rw-r--r--ext/dba/tests/bug38698.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/tests/bug38698.phpt b/ext/dba/tests/bug38698.phpt
index fe4c68aa80..364d54d004 100644
--- a/ext/dba/tests/bug38698.phpt
+++ b/ext/dba/tests/bug38698.phpt
@@ -2,8 +2,8 @@
Bug #38698 (Bug #38698 for some keys cdbmake creates corrupted db and cdb can't read valid db)
--SKIPIF--
<?php
- $handler = 'cdb_make';
- require_once(__DIR__ .'/skipif.inc');
+ $handler = 'cdb_make';
+ require_once(__DIR__ .'/skipif.inc');
?>
--FILE--
<?php