run nix test not on windows

This commit is contained in:
Aron Heinecke
2022-04-29 01:30:10 +02:00
committed by Aron Heinecke
parent 20549faaff
commit 6077ef019a
+1
View File
@@ -1,3 +1,4 @@
#![cfg(not(target_os = "windows"))]
use nix::sys::stat::futimens;
use std::fs::{File, OpenOptions};
use std::io::Write;