From: Christian Grothoff Date: Sun, 15 Nov 2009 15:48:38 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~23079 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0652421a4cd27dd64877fe651678d6028ffb4c56;p=oweals%2Fgnunet.git fix --- diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c index 901fc12b2..c0950924f 100644 --- a/src/core/test_core_api.c +++ b/src/core/test_core_api.c @@ -376,8 +376,8 @@ main (int argc, char *argv[]) #endif NULL); ret = check (); - GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-core-peer-1"); - GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-core-peer-2"); + GNUNET_DISK_directory_remove ("/tmp/test-gnunet-core-peer-1"); + GNUNET_DISK_directory_remove ("/tmp/test-gnunet-core-peer-2"); return ret; }