summaryrefslogtreecommitdiff
path: root/ext/dba/tests/clean.inc
blob: 7c53e7e61f11bead45020a5ebc00590cbe18b4ca (plain)
1
2
3
4
5
<?php
    $db_filename = dirname(__FILE__) .'/test0.dbm';  // see test.inc
	@unlink($db_filename);
	@unlink($db_filename.'.lck');
?>