aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_pseu_shorten.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-23 13:02:57 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-23 13:02:57 +0000
commit68388f7bc0e15df6cb3b9e2be681b81fd3233073 (patch)
treea6743f6cfe3348ac5e38262cda817bae632c2051 /src/gns/test_gns_pseu_shorten.c
parenta7566b7ba06f63f60d3ac9b69f965211037ebc36 (diff)
downloadgnunet-68388f7bc0e15df6cb3b9e2be681b81fd3233073.tar.gz
gnunet-68388f7bc0e15df6cb3b9e2be681b81fd3233073.zip
-fix
Diffstat (limited to 'src/gns/test_gns_pseu_shorten.c')
-rw-r--r--src/gns/test_gns_pseu_shorten.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/test_gns_pseu_shorten.c b/src/gns/test_gns_pseu_shorten.c
index ce2511f32..2d5dfd332 100644
--- a/src/gns/test_gns_pseu_shorten.c
+++ b/src/gns/test_gns_pseu_shorten.c
@@ -576,7 +576,7 @@ check ()
576 int ret; 576 int ret;
577 577
578 /* Arguments for GNUNET_PROGRAM_run */ 578 /* Arguments for GNUNET_PROGRAM_run */
579 char *const argv[] = { "test-gns-dht-delegated-lookup", /* Name to give running binary */ 579 char *const argv[] = { "test-gns-pseu-shorten", /* Name to give running binary */
580 "-c", 580 "-c",
581 "test_gns_simple_lookup.conf", /* Config file to use */ 581 "test_gns_simple_lookup.conf", /* Config file to use */
582#if VERBOSE 582#if VERBOSE
@@ -590,7 +590,7 @@ check ()
590 /* Run the run function as a new program */ 590 /* Run the run function as a new program */
591 ret = 591 ret =
592 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, argv, 592 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, argv,
593 "test-gns-dht-delegated-lookup", "nohelp", options, &run, 593 "test-gns-pseu-shorten", "nohelp", options, &run,
594 &ok); 594 &ok);
595 if (ret != GNUNET_OK) 595 if (ret != GNUNET_OK)
596 { 596 {