aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_bio.c
diff options
context:
space:
mode:
authorHeikki Lindholm <holin@iki.fi>2009-11-20 17:03:01 +0000
committerHeikki Lindholm <holin@iki.fi>2009-11-20 17:03:01 +0000
commit94abb1c2cacd91010f99be82f5e33bf9a99a4221 (patch)
treebd8a27f281d79e5e66301d977906e3d8c9c63b4c /src/util/test_bio.c
parentc6e4ff1dc52cd8efaf7b42d94049de4c633d22ec (diff)
downloadgnunet-94abb1c2cacd91010f99be82f5e33bf9a99a4221.tar.gz
gnunet-94abb1c2cacd91010f99be82f5e33bf9a99a4221.zip
fix test on darwin, freebsd
Diffstat (limited to 'src/util/test_bio.c')
-rw-r--r--src/util/test_bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_bio.c b/src/util/test_bio.c
index 9da8d226b..97e59e196 100644
--- a/src/util/test_bio.c
+++ b/src/util/test_bio.c
@@ -245,7 +245,7 @@ test_nullfile_rw ()
245 GNUNET_log_skip (0, GNUNET_YES); 245 GNUNET_log_skip (0, GNUNET_YES);
246 GNUNET_assert (NULL == fileRNO); 246 GNUNET_assert (NULL == fileRNO);
247 247
248#ifndef MINGW 248#ifdef LINUX /* is /dev/full present on any other OS than linux, really */
249 fileW = GNUNET_BIO_write_open ("/dev/full"); 249 fileW = GNUNET_BIO_write_open ("/dev/full");
250 GNUNET_assert (NULL != fileW); 250 GNUNET_assert (NULL != fileW);
251 GNUNET_assert (GNUNET_SYSERR == 251 GNUNET_assert (GNUNET_SYSERR ==