dont remove files
authorNathan S. Evans <evans@in.tum.de>
Wed, 27 Jul 2011 13:56:02 +0000 (13:56 +0000)
committerNathan S. Evans <evans@in.tum.de>
Wed, 27 Jul 2011 13:56:02 +0000 (13:56 +0000)
src/nse/nse-profiler.c

index 8ca1b8ed940215bdc231ec472674c4ae6e2d8c60..e1c64d4421cdd669ef16ffa668dc5e2f07a0eb02 100644 (file)
@@ -730,7 +730,9 @@ main (int argc, char *argv[])
                       argv, "nse-profiler", gettext_noop
                       ("Run a test of the NSE service."),
                       options, &run, &ok);
+#if REMOVE_DIR
   GNUNET_DISK_directory_remove ("/tmp/nse-profiler");
+#endif
   return ret;
 }