aboutsummaryrefslogtreecommitdiff
path: root/src/testzzuf/test_long_header.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testzzuf/test_long_header.c')
-rw-r--r--src/testzzuf/test_long_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testzzuf/test_long_header.c b/src/testzzuf/test_long_header.c
index ac53bad6..ab21453c 100644
--- a/src/testzzuf/test_long_header.c
+++ b/src/testzzuf/test_long_header.c
@@ -261,5 +261,5 @@ main (int argc, char *const *argv)
261 if (errorCount != 0) 261 if (errorCount != 0)
262 fprintf (stderr, "Error (code: %u)\n", errorCount); 262 fprintf (stderr, "Error (code: %u)\n", errorCount);
263 curl_global_cleanup (); 263 curl_global_cleanup ();
264 return errorCount != 0; /* 0 == pass */ 264 return (0 == errorCount) ? 0 : 1; /* 0 == pass */
265} 265}