aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-09 13:21:00 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-09 13:21:00 +0000
commit093b7df3e0e27981441946bc45b318463ef2ce31 (patch)
treecb8baaa5a7386197a0b87c96c56b7dd2efedb6c4 /src/fs/test_fs_uri.c
parentc2017c2ba13736ee1fe4dc9d811d49bee1641ca3 (diff)
downloadgnunet-093b7df3e0e27981441946bc45b318463ef2ce31.tar.gz
gnunet-093b7df3e0e27981441946bc45b318463ef2ce31.zip
more testing
Diffstat (limited to 'src/fs/test_fs_uri.c')
-rw-r--r--src/fs/test_fs_uri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/test_fs_uri.c b/src/fs/test_fs_uri.c
index ee587c92a..b6715cb14 100644
--- a/src/fs/test_fs_uri.c
+++ b/src/fs/test_fs_uri.c
@@ -269,6 +269,7 @@ main (int argc, char *argv[])
269 failureCount += testFile (i); 269 failureCount += testFile (i);
270 } 270 }
271 /* fprintf (stderr, "\n"); */ 271 /* fprintf (stderr, "\n"); */
272 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-uri");
272 if (failureCount != 0) 273 if (failureCount != 0)
273 return 1; 274 return 1;
274 return 0; 275 return 0;