gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: fix test in testcase


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: fix test in testcase
Date: Sat, 18 Aug 2018 13:37:24 +0200

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new ebbce0a7 fix test in testcase
ebbce0a7 is described below

commit ebbce0a759e65005855de9fb1e71e8aad2e088db
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Aug 18 13:37:23 2018 +0200

    fix test in testcase
---
 src/testcurl/test_get_sendfile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testcurl/test_get_sendfile.c b/src/testcurl/test_get_sendfile.c
index 6c44318a..a312c205 100644
--- a/src/testcurl/test_get_sendfile.c
+++ b/src/testcurl/test_get_sendfile.c
@@ -596,7 +596,7 @@ main (int argc, char *const *argv)
       free (sourcefile);
       return 1;
     }
-  if (strlen (TESTSTR) !=
+  if (1 !=
       fwrite (TESTSTR, strlen (TESTSTR), 1, f))
     abort ();
   fclose (f);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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