summaryrefslogtreecommitdiff
path: root/lib/ntdb/test/run-30-exhaust-before-expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ntdb/test/run-30-exhaust-before-expand.c')
-rw-r--r--lib/ntdb/test/run-30-exhaust-before-expand.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ntdb/test/run-30-exhaust-before-expand.c b/lib/ntdb/test/run-30-exhaust-before-expand.c
index cc9ea3fa3d..bcf1c1f665 100644
--- a/lib/ntdb/test/run-30-exhaust-before-expand.c
+++ b/lib/ntdb/test/run-30-exhaust-before-expand.c
@@ -37,8 +37,9 @@ int main(int argc, char *argv[])
k.dptr = (void *)&j;
k.dsize = sizeof(j);
- ntdb = ntdb_open("run-30-exhaust-before-expand.ntdb", flags[i],
- O_RDWR|O_CREAT|O_TRUNC, 0600, &tap_log_attr);
+ ntdb = ntdb_open("run-30-exhaust-before-expand.ntdb",
+ flags[i]|MAYBE_NOSYNC,
+ O_RDWR|O_CREAT|O_TRUNC, 0600, &tap_log_attr);
ok1(ntdb);
if (!ntdb)
continue;