summaryrefslogtreecommitdiff
path: root/src/fs/test_fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs.c')
-rw-r--r--src/fs/test_fs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/test_fs.c b/src/fs/test_fs.c
index 9aee89e85..5ec5ab053 100644
--- a/src/fs/test_fs.c
+++ b/src/fs/test_fs.c
@@ -19,8 +19,8 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file applications/fs/fsui/basic_fsui_test.c 22 * @file fs/test_fs.c
23 * @brief testcase for fsui (upload-search-download-unindex) 23 * @brief testcase for FS (upload-search-download-unindex)
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26 26
@@ -248,4 +248,4 @@ FAILURE:
248 return (ok == GNUNET_YES) ? 0 : 1; 248 return (ok == GNUNET_YES) ? 0 : 1;
249} 249}
250 250
251/* end of basic_fsui_test.c */ 251/* end of test_fs.c */