- fix 2699
[oweals/gnunet.git] / src / testing / test_testing_peerstartup.c
index d4b8119d65adeedf7848c19bbc7240a1b9edbba3..fb3967ce08400705329f5bbc54d8e214f023abe1 100644 (file)
@@ -28,7 +28,7 @@
 #include "platform.h"
 #include "gnunet_configuration_lib.h"
 #include "gnunet_os_lib.h"
-#include "gnunet_testing_lib-new.h"
+#include "gnunet_testing_lib.h"
 
 #define LOG(kind,...)                           \
   GNUNET_log (kind, __VA_ARGS__)
@@ -100,10 +100,10 @@ run (void *cls, char *const *args, const char *cfgfile,
   test_ctx->system = 
       GNUNET_TESTING_system_create ("test-gnunet-testing",
                                     "127.0.0.1", NULL);
+  emsg = NULL;
   if (NULL == test_ctx->system)
     goto end;
   test_ctx->cfg = GNUNET_CONFIGURATION_dup (cfg);
-  emsg = NULL;
   test_ctx->peer = 
       GNUNET_TESTING_peer_configure (test_ctx->system,
                                      test_ctx->cfg,