aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_test_lib.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-16 11:22:58 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-16 11:22:58 +0000
commita1d7d541d65b18b86c0e316b0a34de4168bf8b8c (patch)
treecd4ca36b68a952e754ade7c475cb00e5cd9981d2 /src/fs/test_fs_test_lib.c
parentc0c97de5adc9bc6922d001b53b4492038d23baa3 (diff)
downloadgnunet-a1d7d541d65b18b86c0e316b0a34de4168bf8b8c.tar.gz
gnunet-a1d7d541d65b18b86c0e316b0a34de4168bf8b8c.zip
-code cleanup
Diffstat (limited to 'src/fs/test_fs_test_lib.c')
-rw-r--r--src/fs/test_fs_test_lib.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fs/test_fs_test_lib.c b/src/fs/test_fs_test_lib.c
index 589abb3fb..29d5fe47f 100644
--- a/src/fs/test_fs_test_lib.c
+++ b/src/fs/test_fs_test_lib.c
@@ -138,9 +138,6 @@ main (int argc, char *argv[])
138 "test-fs-test-lib", 138 "test-fs-test-lib",
139 "-c", 139 "-c",
140 "fs_test_lib_data.conf", 140 "fs_test_lib_data.conf",
141#if VERBOSE
142 "-L", "DEBUG",
143#endif
144 NULL 141 NULL
145 }; 142 };
146 struct GNUNET_GETOPT_CommandLineOption options[] = { 143 struct GNUNET_GETOPT_CommandLineOption options[] = {
@@ -149,11 +146,7 @@ main (int argc, char *argv[])
149 146
150 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-lib/"); 147 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-lib/");
151 GNUNET_log_setup ("test_fs_test_lib", 148 GNUNET_log_setup ("test_fs_test_lib",
152#if VERBOSE
153 "DEBUG",
154#else
155 "WARNING", 149 "WARNING",
156#endif
157 NULL); 150 NULL);
158 GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx, 151 GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx,
159 "test-fs-test-lib", "nohelp", options, &run, NULL); 152 "test-fs-test-lib", "nohelp", options, &run, NULL);