gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 03/04: test_digestauth2: fixed test report strings


From: gnunet
Subject: [libmicrohttpd] 03/04: test_digestauth2: fixed test report strings
Date: Tue, 27 Dec 2022 14:21:44 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit f927a8c363ca2faaea5e81e8bb2de89ec8de9650
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Dec 26 19:14:46 2022 +0300

    test_digestauth2: fixed test report strings
---
 src/testcurl/test_digestauth2.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/testcurl/test_digestauth2.c b/src/testcurl/test_digestauth2.c
index a1a2a700..9940d17c 100644
--- a/src/testcurl/test_digestauth2.c
+++ b/src/testcurl/test_digestauth2.c
@@ -1520,7 +1520,7 @@ main (int argc, char *const *argv)
   if ((CURL_VERSION_BITS (7,63,0) > curl_info->version_num) &&
       (CURL_VERSION_BITS (7,62,0) <= curl_info->version_num) )
   {
-    fprintf (stderr, "libcurl version 7.62.x has bug in processing"
+    fprintf (stderr, "libcurl version 7.62.x has bug in processing "
              "URI with GET arguments for Digest Auth.\n");
     fprintf (stderr, "This test with libcurl %u.%u.%u cannot be performed.\n",
              0xFF & (curl_info->version_num >> 16),
@@ -1552,9 +1552,9 @@ main (int argc, char *const *argv)
     }
     else if (CURL_VERSION_BITS (7,81,0) > curl_info->version_num)
     {
-      fprintf (stderr, "Required libcurl version 7.81.0 at least"
-               " to run this test with userhash.\n");
-      fprintf (stderr, "This libcurl version %u.%u.%u has broken digest"
+      fprintf (stderr, "Required libcurl at least version 7.81.0 "
+               "to run this test with userhash.\n");
+      fprintf (stderr, "This libcurl version %u.%u.%u has broken digest "
                "calculation when userhash is used.\n",
                0xFF & (curl_info->version_num >> 16),
                0xFF & (curl_info->version_num >> 8),
@@ -1576,8 +1576,8 @@ main (int argc, char *const *argv)
     }
     else if (CURL_VERSION_BITS (7,57,0) > curl_info->version_num)
     {
-      fprintf (stderr, "Required libcurl version 7.57.0 at least"
-               " to run this test with SHA-256.\n");
+      fprintf (stderr, "Required libcurl at least version 7.57.0 "
+               "to run this test with SHA-256.\n");
       fprintf (stderr, "This libcurl version %u.%u.%u "
                "does not support SHA-256.\n",
                0xFF & (curl_info->version_num >> 16),

-- 
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]