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