diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test2.c b/tests/test2.c index 8d980868d5..6f4ef3fdc6 100644 --- a/tests/test2.c +++ b/tests/test2.c @@ -39,7 +39,7 @@ main (int argc, char**argv) message = camel_mime_message_new_with_session( (CamelSession *)NULL); - input_stream = camel_stream_fs_new_with_name (g_string_new ("mail1.test"), CAMEL_STREAM_FS_READ); + input_stream = camel_stream_fs_new_with_name (g_string_new ("mail.test"), CAMEL_STREAM_FS_READ); if (!input_stream) { perror("could not open input file"); exit(2); |