gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32687 - gnunet-ext/src/ext


From: gnunet
Subject: [GNUnet-SVN] r32687 - gnunet-ext/src/ext
Date: Tue, 18 Mar 2014 09:39:58 +0100

Author: wachs
Date: 2014-03-18 09:39:58 +0100 (Tue, 18 Mar 2014)
New Revision: 32687

Modified:
   gnunet-ext/src/ext/test_ext_api.c
Log:
fix failing test: missing argument when starting process 


Modified: gnunet-ext/src/ext/test_ext_api.c
===================================================================
--- gnunet-ext/src/ext/test_ext_api.c   2014-03-17 16:36:51 UTC (rev 32686)
+++ gnunet-ext/src/ext/test_ext_api.c   2014-03-18 08:39:58 UTC (rev 32687)
@@ -53,11 +53,10 @@
                fprintf (stderr, "Service executable not found `%s'\n", 
"gnunet-service-ext");
                return;
   }
-  proc = GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL, 
NULL,
-                               path,
-                                 "gnunet-service-ext",
-                                 NULL);
 
+  proc = GNUNET_OS_start_process (GNUNET_NO, GNUNET_OS_INHERIT_STD_ALL, NULL,
+      NULL, NULL, path, "gnunet-service-ext", NULL);
+
   GNUNET_free (path);
   GNUNET_assert (NULL != proc);
   GNUNET_PROGRAM_run (1, argv, "test-ext-api", "nohelp",




reply via email to

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