dhtlog updates
[oweals/gnunet.git] / src / util / test_strings.c
index abd147300eaf05cd3861baec04ff30fd6c458e85..c34c180fabeefb9f2bfe132e70add6f1a8a4ec9c 100644 (file)
@@ -77,6 +77,7 @@ check ()
                   hdir,
                   DIR_SEPARATOR_STR);
   b = GNUNET_STRINGS_filename_expand ("~");
+  GNUNET_assert (b != NULL);
   WANT (buf, b);
   GNUNET_STRINGS_buffer_fill (buf, sizeof (buf), 3, "a", "btx", "c");
   WANTB ("a\0btx\0c", buf, 8);