projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee3d16c
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Sun, 15 Nov 2009 15:48:38 +0000
(15:48 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 15 Nov 2009 15:48:38 +0000
(15:48 +0000)
src/core/test_core_api.c
patch
|
blob
|
history
diff --git
a/src/core/test_core_api.c
b/src/core/test_core_api.c
index 901fc12b24ccf087f61dc522a0b44948846c62d6..c0950924f103b30eb2ffc15267850312e219fb4f 100644
(file)
--- 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-gnunet
d
-core-peer-1");
- GNUNET_DISK_directory_remove ("/tmp/test-gnunet
d
-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;
}