gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17241 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r17241 - gnunet/src/util
Date: Thu, 6 Oct 2011 11:02:48 +0200

Author: grothoff
Date: 2011-10-06 11:02:48 +0200 (Thu, 06 Oct 2011)
New Revision: 17241

Modified:
   gnunet/src/util/test_common_logging_runtime_loglevels.c
Log:
change test to not require . in PATH

Modified: gnunet/src/util/test_common_logging_runtime_loglevels.c
===================================================================
--- gnunet/src/util/test_common_logging_runtime_loglevels.c     2011-10-06 
08:58:04 UTC (rev 17240)
+++ gnunet/src/util/test_common_logging_runtime_loglevels.c     2011-10-06 
09:02:48 UTC (rev 17241)
@@ -223,11 +223,8 @@
 static void
 runone ()
 {
-  char *fn;
   const struct GNUNET_DISK_FileHandle *stdout_read_handle;
 
-  GNUNET_asprintf (&fn, "test_common_logging_dummy");
-
   pipe_stdout = GNUNET_DISK_pipe (GNUNET_YES, GNUNET_NO, GNUNET_YES);
 
   if (pipe_stdout == NULL)
@@ -275,9 +272,9 @@
   }
 
   proc =
-      GNUNET_OS_start_process (NULL, pipe_stdout, fn,
+      GNUNET_OS_start_process (NULL, pipe_stdout, 
+                              "./test_common_logging_dummy",
                                "test_common_logging_dummy", NULL);
-  GNUNET_free (fn);
   putenv ("GNUNET_FORCE_LOG=");
   putenv ("GNUNET_LOG=");
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]