summaryrefslogtreecommitdiff
path: root/src/util/test_disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_disk.c')
-rw-r--r--src/util/test_disk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/test_disk.c b/src/util/test_disk.c
index 13fb18e88..cacbe8be0 100644
--- a/src/util/test_disk.c
+++ b/src/util/test_disk.c
@@ -215,11 +215,9 @@ testCanonicalize()
215static int 215static int
216testChangeOwner() 216testChangeOwner()
217{ 217{
218#ifndef WINDOWS
219 GNUNET_log_skip(1, GNUNET_NO); 218 GNUNET_log_skip(1, GNUNET_NO);
220 if (GNUNET_OK == GNUNET_DISK_file_change_owner("/dev/null", "unknownuser")) 219 if (GNUNET_OK == GNUNET_DISK_file_change_owner("/dev/null", "unknownuser"))
221 return 1; 220 return 1;
222#endif
223 return 0; 221 return 0;
224} 222}
225 223