aboutsummaryrefslogtreecommitdiff
path: root/src/arm
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-16 13:47:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-16 13:47:05 +0000
commit210d5ee66be544cb2e85b2b7ea9b43c6341fb62e (patch)
treea4d75dc5e73761a45e4f7e1de60dc4cb9823028e /src/arm
parentcdc7de2be41b4d68f92a6af6e66e7a6503f268e1 (diff)
downloadgnunet-210d5ee66be544cb2e85b2b7ea9b43c6341fb62e.tar.gz
gnunet-210d5ee66be544cb2e85b2b7ea9b43c6341fb62e.zip
c3018
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/test_exponential_backoff.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arm/test_exponential_backoff.c b/src/arm/test_exponential_backoff.c
index 3b68039b1..778a4b84c 100644
--- a/src/arm/test_exponential_backoff.c
+++ b/src/arm/test_exponential_backoff.c
@@ -369,11 +369,12 @@ task (void *cls, char *const *args, const char *cfgfile,
369#endif 369#endif
370} 370}
371 371
372
372static int 373static int
373check () 374check ()
374{ 375{
375 char *const argv[] = { 376 char *const argv[] = {
376 "test-arm-api", 377 "test-exponential-backoff",
377 "-c", "test_arm_api_data.conf", 378 "-c", "test_arm_api_data.conf",
378#if VERBOSE 379#if VERBOSE
379 "-L", "DEBUG", 380 "-L", "DEBUG",