summaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_record_serialization.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_record_serialization.c')
-rw-r--r--src/namestore/test_namestore_record_serialization.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/namestore/test_namestore_record_serialization.c b/src/namestore/test_namestore_record_serialization.c
index 5e952539b..48560aee9 100644
--- a/src/namestore/test_namestore_record_serialization.c
+++ b/src/namestore/test_namestore_record_serialization.c
@@ -32,6 +32,7 @@
32 32
33static int res; 33static int res;
34 34
35
35static void 36static void
36run (void *cls, char *const *args, const char *cfgfile, 37run (void *cls, char *const *args, const char *cfgfile,
37 const struct GNUNET_CONFIGURATION_Handle *cfg) 38 const struct GNUNET_CONFIGURATION_Handle *cfg)
@@ -128,9 +129,6 @@ check ()
128 static char *const argv[] = { "test_namestore_record_serialization", 129 static char *const argv[] = { "test_namestore_record_serialization",
129 "-c", 130 "-c",
130 "test_namestore_api.conf", 131 "test_namestore_api.conf",
131#if VERBOSE
132 "-L", "DEBUG",
133#endif
134 NULL 132 NULL
135 }; 133 };
136 static struct GNUNET_GETOPT_CommandLineOption options[] = { 134 static struct GNUNET_GETOPT_CommandLineOption options[] = {