]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2007-09-14 Mike Frysinger <vapier@gentoo.org>
authorRoland McGrath <roland@gnu.org>
Sat, 15 Sep 2007 04:10:38 +0000 (04:10 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 15 Sep 2007 04:10:38 +0000 (04:10 +0000)
* inet/tst-network.c: Increment ERRORS for failing tests.

inet/tst-network.c

index 4283888057477c90a1c98114bca09ccd38c7e5c4..564a366a44a0dd9c2476a1cc20b34f238ca29d66 100644 (file)
@@ -61,6 +61,7 @@ main (void)
 
       if (res != tests[i].number)
        {
+         ++errors;
          printf ("Test failed for inet_network (\"%s\"):\n",
                  tests[i].network);
          printf ("Expected return value %u (0x%x) but got %u (0x%x).\n",