Returns now GNUNET_SYSERR
[oweals/gnunet.git] / src / util / test_bio.c
index 6aa4bbe62111b2cc048bade7f36ea509d7113930..bd74baf525062620c253be0f381832fd8bdd3991 100644 (file)
@@ -58,6 +58,7 @@ test_normal_rw ()
   GNUNET_assert (GNUNET_OK ==
                  GNUNET_BIO_read_string (fileR, "Read string error",
                                          &readResultString, 200));
+  GNUNET_assert (NULL != readResultString);
   GNUNET_assert (0 == strcmp (TESTSTRING, readResultString));
   GNUNET_free (readResultString);
   GNUNET_assert (GNUNET_OK ==