From 7a351c8fb4240e9ccaef55816aa47fc0a5e553ce Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Thu, 10 Oct 2013 09:59:29 +0000 Subject: - ignore GNUNET_TESTING_PREFIX in testbed helper --- src/testing/testing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing/testing.c') diff --git a/src/testing/testing.c b/src/testing/testing.c index 4e60ae0f7..89d4c0f50 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -388,7 +388,7 @@ GNUNET_TESTING_system_create_with_portrange (const char *testdir, GNUNET_assert (NULL != testdir); system = GNUNET_malloc (sizeof (struct GNUNET_TESTING_System)); - if (NULL == (system->tmppath = getenv ("GNUNET_TESTING_PREFIX"))) + if (NULL == (system->tmppath = getenv (GNUNET_TESTING_PREFIX))) system->tmppath = GNUNET_DISK_mkdtemp (testdir); else system->tmppath = GNUNET_strdup (system->tmppath); -- cgit v1.2.3