gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30148 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r30148 - gnunet/src/util
Date: Fri, 11 Oct 2013 16:13:27 +0200

Author: LRN
Date: 2013-10-11 16:13:27 +0200 (Fri, 11 Oct 2013)
New Revision: 30148

Modified:
   gnunet/src/util/test_disk.c
Log:
Skip the testChangeOwner test on W32

Modified: gnunet/src/util/test_disk.c
===================================================================
--- gnunet/src/util/test_disk.c 2013-10-11 14:13:24 UTC (rev 30147)
+++ gnunet/src/util/test_disk.c 2013-10-11 14:13:27 UTC (rev 30148)
@@ -186,9 +186,11 @@
 static int
 testChangeOwner ()
 {
+#ifndef WINDOWS
   GNUNET_log_skip (1, GNUNET_NO);
   if (GNUNET_OK == GNUNET_DISK_file_change_owner ("/dev/null", "unknownuser"))
     return 1;
+#endif
   return 0;
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]