From 6077ef019a3689897080437dfddfd26767322656 Mon Sep 17 00:00:00 2001 From: Aron Heinecke Date: Tue, 22 Mar 2022 00:22:40 +0100 Subject: [PATCH] run nix test not on windows --- tests/poll-watcher-hashing.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/poll-watcher-hashing.rs b/tests/poll-watcher-hashing.rs index f8476c5..dfdf16f 100644 --- a/tests/poll-watcher-hashing.rs +++ b/tests/poll-watcher-hashing.rs @@ -1,3 +1,4 @@ +#![cfg(not(target_os = "windows"))] use nix::sys::stat::futimens; use std::fs::{File, OpenOptions}; use std::io::Write;