aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_uri.c')
-rw-r--r--src/fs/test_fs_uri.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/test_fs_uri.c b/src/fs/test_fs_uri.c
index d4ee8c302..e0a2ecea7 100644
--- a/src/fs/test_fs_uri.c
+++ b/src/fs/test_fs_uri.c
@@ -314,11 +314,11 @@ main (int argc, char *argv[])
314 failureCount += testLocation (); 314 failureCount += testLocation ();
315 for (i = 0; i < 255; i++) 315 for (i = 0; i < 255; i++)
316 { 316 {
317 /* FPRINTF (stderr, "%s", "."); */ 317 /* fprintf (stderr, "%s", "."); */
318 failureCount += testNamespace (i); 318 failureCount += testNamespace (i);
319 failureCount += testFile (i); 319 failureCount += testFile (i);
320 } 320 }
321 /* FPRINTF (stderr, "%s", "\n"); */ 321 /* fprintf (stderr, "%s", "\n"); */
322 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-uri"); 322 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-uri");
323 if (failureCount != 0) 323 if (failureCount != 0)
324 return 1; 324 return 1;