gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: test_tricky: fixed copy-paste err


From: gnunet
Subject: [libmicrohttpd] branch master updated: test_tricky: fixed copy-paste errors
Date: Sun, 17 Oct 2021 12:23:11 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new cb2d42d0 test_tricky: fixed copy-paste errors
cb2d42d0 is described below

commit cb2d42d0afb29e7682c6d12cdbf7c731f4118c6f
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Oct 17 13:22:59 2021 +0300

    test_tricky: fixed copy-paste errors
---
 src/testcurl/test_tricky.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testcurl/test_tricky.c b/src/testcurl/test_tricky.c
index 72b7485e..caba8aae 100644
--- a/src/testcurl/test_tricky.c
+++ b/src/testcurl/test_tricky.c
@@ -809,7 +809,7 @@ performTestQueries (struct MHD_Daemon *d, int d_port,
     }
 
 #else
-    fprintf ("This test requires libcurl version 7.62.0 or newer.\n");
+    fprintf (stderr, "This test requires libcurl version 7.62.0 or newer.\n");
     abort ();
 #endif /* CURL_AT_LEAST_VERSION(7, 62, 0) */
   }
@@ -1068,7 +1068,7 @@ main (int argc, char *const *argv)
 #if ! CURL_AT_LEAST_VERSION (7, 62, 0)
   if (tricky_url)
   {
-    fprintf ("This test requires libcurl version 7.62.0 or newer.\n");
+    fprintf (stderr, "This test requires libcurl version 7.62.0 or newer.\n");
     return 77;
   }
 #endif /* ! CURL_AT_LEAST_VERSION(7, 62, 0) */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]