[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r9037 - gnunet/src/util
From: |
gnunet |
Subject: |
[GNUnet-SVN] r9037 - gnunet/src/util |
Date: |
Mon, 28 Sep 2009 15:34:11 -0600 |
Author: grothoff
Date: 2009-09-28 15:34:11 -0600 (Mon, 28 Sep 2009)
New Revision: 9037
Modified:
gnunet/src/util/test_disk.c
Log:
clean up afterwards
Modified: gnunet/src/util/test_disk.c
===================================================================
--- gnunet/src/util/test_disk.c 2009-09-28 21:33:34 UTC (rev 9036)
+++ gnunet/src/util/test_disk.c 2009-09-28 21:34:11 UTC (rev 9037)
@@ -197,13 +197,13 @@
cfg = GNUNET_CONFIGURATION_create ();
GNUNET_assert (cfg != NULL);
GNUNET_CONFIGURATION_set_value_string (cfg, "service", "HOME",
- "/tmp/a/b/c");
+ "/tmp/test-gnunet-disk-a/b/c");
fn = GNUNET_DISK_get_home_filename (cfg, "service", "d", "e", NULL);
GNUNET_assert (fn != NULL);
GNUNET_CONFIGURATION_destroy (cfg);
- ret = strcmp ("/tmp/a/b/c/d/e", fn);
+ ret = strcmp ("/tmp/test-gnunet-disk-a/b/c/d/e", fn);
GNUNET_free (fn);
- GNUNET_DISK_directory_remove ("/tmp/a");
+ GNUNET_DISK_directory_remove ("/tmp/test-gnunet-disk-a");
return ret;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r9037 - gnunet/src/util,
gnunet <=