From 0652421a4cd27dd64877fe651678d6028ffb4c56 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Nov 2009 15:48:38 +0000 Subject: [PATCH] fix --- src/core/test_core_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.25.1