gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r26122 - gnunet/src/util
Date: Thu, 14 Feb 2013 19:33:11 +0100

Author: LRN
Date: 2013-02-14 19:33:11 +0100 (Thu, 14 Feb 2013)
New Revision: 26122

Modified:
   gnunet/src/util/test_os_start_process.c
Log:
Temporary fix to make test_os_start_process pass again

Modified: gnunet/src/util/test_os_start_process.c
===================================================================
--- gnunet/src/util/test_os_start_process.c     2013-02-14 17:22:01 UTC (rev 
26121)
+++ gnunet/src/util/test_os_start_process.c     2013-02-14 18:33:11 UTC (rev 
26122)
@@ -201,7 +201,7 @@
     return 1;
   }
   proc =
-    GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ERR, 
hello_pipe_stdin, hello_pipe_stdout, fn,
+    GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ERR, 
hello_pipe_stdin, hello_pipe_stdout, "gnunet-service-resolver",
                             "gnunet-service-resolver", "-", NULL); 
   sleep (1); /* give process time to start, so we actually use the pipe-kill 
mechanism! */
   GNUNET_free (fn);
@@ -236,7 +236,7 @@
     return 1;
   }
   proc =
-    GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ERR, 
hello_pipe_stdin, hello_pipe_stdout, fn,
+    GNUNET_OS_start_process (GNUNET_YES, GNUNET_OS_INHERIT_STD_ERR, 
hello_pipe_stdin, hello_pipe_stdout, "gnunet-service-resolver",
                             "gnunet-service-resolver", "-", NULL); 
   if (0 != GNUNET_OS_process_kill (proc, SIGTERM))
   {




reply via email to

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