aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_https.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-07-30 14:53:55 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-07-30 14:53:55 +0000
commit8f1d5a8a9a094b98d1f8a45ae8b9c83bafcf3248 (patch)
tree2909d984973861eb07c87c452c7d9d4cfca4ea9d /src/transport/test_plugin_transport_https.c
parent2e42d43da78d245d0319dd76323b7056cd931c1e (diff)
downloadgnunet-8f1d5a8a9a094b98d1f8a45ae8b9c83bafcf3248.tar.gz
gnunet-8f1d5a8a9a094b98d1f8a45ae8b9c83bafcf3248.zip
- debug output decreased
- private keys and certs removed after all testcases
Diffstat (limited to 'src/transport/test_plugin_transport_https.c')
-rw-r--r--src/transport/test_plugin_transport_https.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport_https.c b/src/transport/test_plugin_transport_https.c
index e5c661ae9..32862913b 100644
--- a/src/transport/test_plugin_transport_https.c
+++ b/src/transport/test_plugin_transport_https.c
@@ -467,7 +467,6 @@ shutdown_clean ()
467 GNUNET_DISK_directory_remove ("/tmp/test_plugin_transport_http"); 467 GNUNET_DISK_directory_remove ("/tmp/test_plugin_transport_http");
468 468
469 struct stat sbuf; 469 struct stat sbuf;
470
471 if (0 == stat (cert_file, &sbuf )) 470 if (0 == stat (cert_file, &sbuf ))
472 { 471 {
473 if (0 == remove(cert_file)) 472 if (0 == remove(cert_file))