Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / pq / test_pq.c
index 49705103fb66856f9371f6ad679bd8d450e73bdf..b543181103758eb05b3d09f2df8633217bc6c6cf 100644 (file)
@@ -218,8 +218,8 @@ run_queries (PGconn *conn)
 
 
 int
-main(int argc,
-     const char *const argv[])
+main (int argc,
+      const char *const argv[])
 {
   PGconn *conn;
   PGresult *result;
@@ -236,7 +236,7 @@ main(int argc,
             PQerrorMessage (conn));
     GNUNET_break (0);
     PQfinish (conn);
-    return 0; /* We ignore this type of error... */
+    return 77; /* signal test was skipped */
   }
 
   result = PQexec (conn,