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 4283888..564a366 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",