From 94abb1c2cacd91010f99be82f5e33bf9a99a4221 Mon Sep 17 00:00:00 2001 From: Heikki Lindholm Date: Fri, 20 Nov 2009 17:03:01 +0000 Subject: [PATCH] fix test on darwin, freebsd --- src/util/test_bio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () GNUNET_log_skip (0, GNUNET_YES); GNUNET_assert (NULL == fileRNO); -#ifndef MINGW +#ifdef LINUX /* is /dev/full present on any other OS than linux, really */ fileW = GNUNET_BIO_write_open ("/dev/full"); GNUNET_assert (NULL != fileW); GNUNET_assert (GNUNET_SYSERR == -- 2.25.1