summaryrefslogtreecommitdiff
path: root/lib/tdb2/test/run-tdb1.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb2/test/run-tdb1.c')
-rw-r--r--lib/tdb2/test/run-tdb1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb2/test/run-tdb1.c b/lib/tdb2/test/run-tdb1.c
index 1f234b12e3..84eea75ce2 100644
--- a/lib/tdb2/test/run-tdb1.c
+++ b/lib/tdb2/test/run-tdb1.c
@@ -10,7 +10,7 @@ int main(int argc, char *argv[])
TDB_DATA key, data;
plan_tests(10);
- tdb = tdb1_open_ex("run.tdb", 1024, TDB1_CLEAR_IF_FIRST,
+ tdb = tdb1_open_ex("run.tdb", 1024, TDB_DEFAULT,
O_CREAT|O_TRUNC|O_RDWR, 0600, &taplogctx, NULL);
ok1(tdb);