aboutsummaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/testing_api_cmd_sleep.c')
-rw-r--r--src/lib/testing_api_cmd_sleep.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/testing_api_cmd_sleep.c b/src/lib/testing_api_cmd_sleep.c
index 188671bee..326f38b53 100644
--- a/src/lib/testing_api_cmd_sleep.c
+++ b/src/lib/testing_api_cmd_sleep.c
@@ -183,13 +183,13 @@ wait_service_run (void *cls,
183 if (10 == iter++) 183 if (10 == iter++)
184 { 184 {
185 TALER_LOG_ERROR ("Could not reach the proxied service\n"); 185 TALER_LOG_ERROR ("Could not reach the proxied service\n");
186 TALER_TESTING_interpreter_fail (is); 186 TALER_TESTING_interpreter_fail (is);
187 GNUNET_free (wget_cmd); 187 GNUNET_free (wget_cmd);
188 return; 188 return;
189 } 189 }
190 } 190 }
191 while (0 != system (wget_cmd)); 191 while (0 != system (wget_cmd));
192 192
193 GNUNET_free (wget_cmd); 193 GNUNET_free (wget_cmd);
194 TALER_TESTING_interpreter_next (is); 194 TALER_TESTING_interpreter_next (is);
195} 195}
@@ -214,7 +214,7 @@ TALER_TESTING_cmd_wait_service (const char *label,
214 .traits = wait_service_traits, 214 .traits = wait_service_traits,
215 .cls = (void *) url 215 .cls = (void *) url
216 }; 216 };
217 217
218 return cmd; 218 return cmd;
219} 219}
220 220