mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
fix test in testcase
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user