aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-17 18:04:56 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-17 18:04:56 +0000
commit6df84e865fb0ae80c2e6a8796869e36e98bce297 (patch)
treeb688a43d89fb1f751d0a42ee1eee81ccfa6971d7 /src/datacache
parent7603335652c521e1cf68b15a8a187986bba40f25 (diff)
downloadgnunet-6df84e865fb0ae80c2e6a8796869e36e98bce297.tar.gz
gnunet-6df84e865fb0ae80c2e6a8796869e36e98bce297.zip
fix
Diffstat (limited to 'src/datacache')
-rw-r--r--src/datacache/test_datacache_quota.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datacache/test_datacache_quota.c b/src/datacache/test_datacache_quota.c
index 6a8c3c516..f1bf8c436 100644
--- a/src/datacache/test_datacache_quota.c
+++ b/src/datacache/test_datacache_quota.c
@@ -113,7 +113,7 @@ FAILURE:
113static int 113static int
114check () 114check ()
115{ 115{
116 char *const argv[] = { "test-datacache-api-quota", 116 char *const argv[] = { "test-datacache-quota",
117 "-c", 117 "-c",
118 "test_datacache_data.conf", 118 "test_datacache_data.conf",
119#if VERBOSE 119#if VERBOSE
@@ -125,7 +125,7 @@ check ()
125 GNUNET_GETOPT_OPTION_END 125 GNUNET_GETOPT_OPTION_END
126 }; 126 };
127 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1, 127 GNUNET_PROGRAM_run ((sizeof (argv) / sizeof (char *)) - 1,
128 argv, "test-datacache-api-quota", "nohelp", 128 argv, "test-datacache-quota", "nohelp",
129 options, &run, NULL); 129 options, &run, NULL);
130 if (ok != 0) 130 if (ok != 0)
131 fprintf (stderr, "Missed some testcases: %d\n", ok); 131 fprintf (stderr, "Missed some testcases: %d\n", ok);
@@ -138,7 +138,7 @@ main (int argc, char *argv[])
138{ 138{
139 int ret; 139 int ret;
140 140
141 GNUNET_log_setup ("test-datacache-api-quota", 141 GNUNET_log_setup ("test-datacache-quota",
142#if VERBOSE 142#if VERBOSE
143 "DEBUG", 143 "DEBUG",
144#else 144#else