aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/random-corpus.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/random-corpus.c')
-rw-r--r--test/random-corpus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/random-corpus.c b/test/random-corpus.c
index 8b7748ef..790193d2 100644
--- a/test/random-corpus.c
+++ b/test/random-corpus.c
@@ -160,7 +160,7 @@ main (int argc, char **argv)
exit (1);
}
- config = notmuch_config_open (ctx, config_path, NULL);
+ config = notmuch_config_open (ctx, config_path, FALSE);
if (config == NULL)
return 1;