diff options
Diffstat (limited to 'ext/dba/tests/dba_gdbm.phpt')
-rw-r--r-- | ext/dba/tests/dba_gdbm.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/dba/tests/dba_gdbm.phpt b/ext/dba/tests/dba_gdbm.phpt index d8fde4b628..18ee455e4d 100644 --- a/ext/dba/tests/dba_gdbm.phpt +++ b/ext/dba/tests/dba_gdbm.phpt @@ -1,7 +1,7 @@ --TEST-- DBA GDBM handler test --SKIPIF-- -<?php +<?php $handler = 'gdbm'; require_once dirname(__FILE__) .'/skipif.inc'; ?> @@ -11,7 +11,7 @@ DBA GDBM handler test require_once dirname(__FILE__) .'/test.inc'; $lock_flag = ''; // lock in library require_once dirname(__FILE__) .'/dba_handler.inc'; - + // Read during write is system dependent. Important is that there is no deadlock ?> ===DONE=== |