summaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download_persistence.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_download_persistence.c')
-rw-r--r--src/fs/test_fs_download_persistence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_download_persistence.c b/src/fs/test_fs_download_persistence.c
index bcb1c54b6..3a6d9553e 100644
--- a/src/fs/test_fs_download_persistence.c
+++ b/src/fs/test_fs_download_persistence.c
@@ -113,7 +113,7 @@ abort_download_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
113 GNUNET_FS_download_stop (download, GNUNET_YES); 113 GNUNET_FS_download_stop (download, GNUNET_YES);
114 download = NULL; 114 download = NULL;
115 } 115 }
116 GNUNET_assert (GNUNET_OK == GNUNET_DISK_file_size (fn, &size, GNUNET_YES)); 116 GNUNET_assert (GNUNET_OK == GNUNET_DISK_file_size (fn, &size, GNUNET_YES, GNUNET_NO));
117 GNUNET_assert (size == FILESIZE); 117 GNUNET_assert (size == FILESIZE);
118 GNUNET_DISK_directory_remove (fn); 118 GNUNET_DISK_directory_remove (fn);
119 GNUNET_free (fn); 119 GNUNET_free (fn);