X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Frandom-corpus.c;fp=test%2Frandom-corpus.c;h=790193d2ee3eed2f5b7edbb4b4e7f3637f6f23d4;hb=e76f6517de020783d828be59f461f1d4f465c4b4;hp=8b7748ef28010535104225f33350b3927df32134;hpb=ca3a4fc02287f65c3587908012d36e68df0200b1;p=notmuch 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;