Skip to content

Commit b115c90

Browse files
committed
Disable MonitorFdHup test on cygwin
1 parent 13b896a commit b115c90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libutil-tests/monitorfdhup.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#ifndef _WIN32
1+
// TODO: investigate why this is hanging on cygwin
2+
#if !defined(_WIN32) && !defined(__CYGWIN__)
23

34
# include "nix/util/util.hh"
45
# include "nix/util/monitor-fd.hh"

0 commit comments

Comments
 (0)