Returns now GNUNET_SYSERR
[oweals/gnunet.git] / src / util / test_getopt.c
index e254ac31fb5e1e8e1882997b205fcf8f09ded8ac..88a425545833961378b6f4337ee130abe0d53837 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
@@ -87,8 +87,7 @@ testVersion ()
     GNUNET_GETOPT_OPTION_END
   };
 
-  if (-1 != GNUNET_GETOPT_run ("test_getopt",
-                              versionoptionlist, 2, myargv))
+  if (-1 != GNUNET_GETOPT_run ("test_getopt", versionoptionlist, 2, myargv))
     {
       GNUNET_break (0);
       return 1;
@@ -109,8 +108,7 @@ testAbout ()
     GNUNET_GETOPT_OPTION_END
   };
 
-  if (-1 != GNUNET_GETOPT_run ("test_getopt",
-                               aboutoptionlist, 2, myargv))
+  if (-1 != GNUNET_GETOPT_run ("test_getopt", aboutoptionlist, 2, myargv))
     {
       GNUNET_break (0);
       return 1;