aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_bio.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-09-03 21:20:41 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-09-03 21:20:41 +0000
commit261d9cf7b745ce829e6dbce6a563f44c885c4854 (patch)
tree3f2d7917004785267c8053d8f055e8b680354a2e /src/util/test_bio.c
parent85ba7eeab2a7255a3ef617fcbf8941a014853fc9 (diff)
nitpicks
git-svn-id: https://gnunet.org/svn/gnunet@12828 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/util/test_bio.c')
-rw-r--r--src/util/test_bio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/test_bio.c b/src/util/test_bio.c
index 6aa4bbe621..bd74baf525 100644
--- a/src/util/test_bio.c
+++ b/src/util/test_bio.c
@@ -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 ==