Skip to content

Commit 5d284b0

Browse files
500-internal-server-errortgross35
authored andcommitted
Fix test for cygwin
(backport <#4827>) (cherry picked from commit eb871eb)
1 parent 7516d38 commit 5d284b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ cfg_if! {
384384
target_os = "android",
385385
target_os = "openbsd",
386386
target_os = "netbsd",
387+
target_os = "cygwin",
387388
))] {
388389
pub const FNM_NOESCAPE: c_int = 1 << 0;
389390
} else if #[cfg(target_os = "nto")] {

0 commit comments

Comments
 (0)