diff options
Diffstat (limited to 'camel/tests/folder/test5.c')
-rw-r--r-- | camel/tests/folder/test5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/tests/folder/test5.c b/camel/tests/folder/test5.c index 20e0c7d011..ccdfb23b23 100644 --- a/camel/tests/folder/test5.c +++ b/camel/tests/folder/test5.c @@ -42,7 +42,7 @@ int main(int argc, char **argv) _exit(77); } camel_test_nonfatal("Not sure how many tests apply to NNTP"); - test_folder_basic(session, path, FALSE); + test_folder_basic(session, path, FALSE, FALSE); camel_test_fatal(); } |