summaryrefslogtreecommitdiff
path: root/lib/ntdb/test/run-02-expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ntdb/test/run-02-expand.c')
-rw-r--r--lib/ntdb/test/run-02-expand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ntdb/test/run-02-expand.c b/lib/ntdb/test/run-02-expand.c
index 2c8b1a291b..635bf89206 100644
--- a/lib/ntdb/test/run-02-expand.c
+++ b/lib/ntdb/test/run-02-expand.c
@@ -22,8 +22,8 @@ int main(int argc, char *argv[])
for (i = 0; i < sizeof(flags) / sizeof(flags[0]); i++) {
failtest_suppress = true;
- ntdb = ntdb_open("run-expand.ntdb", flags[i],
- O_RDWR|O_CREAT|O_TRUNC, 0600, &tap_log_attr);
+ ntdb = ntdb_open("run-expand.ntdb", flags[i]|MAYBE_NOSYNC,
+ O_RDWR|O_CREAT|O_TRUNC, 0600, &tap_log_attr);
if (!ok1(ntdb))
break;