X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Frandom-corpus.c;h=790193d2ee3eed2f5b7edbb4b4e7f3637f6f23d4;hb=0c1292051eef2a6f6a9a07630eadffe53186489e;hp=8b7748ef28010535104225f33350b3927df32134;hpb=d08c714b6a172cf0018bee4f60aff069d5508d4e;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;