return 'res' to better discover test failures and to stop compiler warnings
authorDaniel Stenberg <daniel@haxx.se>
Mon, 9 Feb 2004 08:28:00 +0000 (08:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Feb 2004 08:28:00 +0000 (08:28 +0000)
about it never being used

tests/libtest/lib502.c

index ac298f0..0a852c9 100644 (file)
@@ -28,6 +28,6 @@ int test(char *URL)
   curl_easy_cleanup(c);
   curl_multi_cleanup(m);
 
-  return 0;
+  return res;
 }