fix test in testcase

This commit is contained in:
Christian Grothoff
2018-08-18 13:37:23 +02:00
parent 605e35bb6e
commit ebbce0a759
+1 -1
View File
@@ -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);