diff options
Diffstat (limited to 'ext/dba/tests/bug48240.phpt')
-rw-r--r-- | ext/dba/tests/bug48240.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dba/tests/bug48240.phpt b/ext/dba/tests/bug48240.phpt index 5a72073f36..547c7a9ccc 100644 --- a/ext/dba/tests/bug48240.phpt +++ b/ext/dba/tests/bug48240.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #48240 (DBA Segmentation fault dba_nextkey) --SKIPIF-- -<?php +<?php $handler = 'db4'; require_once(dirname(__FILE__) .'/skipif.inc'); ?> @@ -20,8 +20,8 @@ dba_close($db); ?> ===DONE=== --CLEAN-- -<?php - require(dirname(__FILE__) .'/clean.inc'); +<?php + require(dirname(__FILE__) .'/clean.inc'); ?> --EXPECT-- bool(false) |