aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_getopt.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-11-01 20:47:52 +0000
committerChristian Grothoff <christian@grothoff.org>2009-11-01 20:47:52 +0000
commit652e89b59ed2207c2c12172fdabcd6e659995c81 (patch)
treef054c819d483c1056e18c1099afd4c7fcd2582a0 /src/util/test_getopt.c
parent5e4113e83368849500792e57946c3d8dd9e548d8 (diff)
downloadgnunet-652e89b59ed2207c2c12172fdabcd6e659995c81.tar.gz
gnunet-652e89b59ed2207c2c12172fdabcd6e659995c81.zip
fixing bio testcase and a bug in bio.c, also indenting
Diffstat (limited to 'src/util/test_getopt.c')
-rw-r--r--src/util/test_getopt.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/util/test_getopt.c b/src/util/test_getopt.c
index e254ac31f..1472fbb91 100644
--- a/src/util/test_getopt.c
+++ b/src/util/test_getopt.c
@@ -87,8 +87,7 @@ testVersion ()
87 GNUNET_GETOPT_OPTION_END 87 GNUNET_GETOPT_OPTION_END
88 }; 88 };
89 89
90 if (-1 != GNUNET_GETOPT_run ("test_getopt", 90 if (-1 != GNUNET_GETOPT_run ("test_getopt", versionoptionlist, 2, myargv))
91 versionoptionlist, 2, myargv))
92 { 91 {
93 GNUNET_break (0); 92 GNUNET_break (0);
94 return 1; 93 return 1;
@@ -109,8 +108,7 @@ testAbout ()
109 GNUNET_GETOPT_OPTION_END 108 GNUNET_GETOPT_OPTION_END
110 }; 109 };
111 110
112 if (-1 != GNUNET_GETOPT_run ("test_getopt", 111 if (-1 != GNUNET_GETOPT_run ("test_getopt", aboutoptionlist, 2, myargv))
113 aboutoptionlist, 2, myargv))
114 { 112 {
115 GNUNET_break (0); 113 GNUNET_break (0);
116 return 1; 114 return 1;