Skip to content
Prev Previous commit
Next Next commit
test: restore symlink tests on cygwin
  • Loading branch information
Berrysoft committed Mar 24, 2025
commit 10722e631cd52f5c69aa932cf02ac9f9c0cb41a1
1 change: 0 additions & 1 deletion test/test_fcntl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ fn test_renameat2_noreplace() {

#[test]
#[cfg(not(target_os = "redox"))]
#[cfg_attr(target_os = "cygwin", ignore)]
fn test_readlink() {
let tempdir = tempfile::tempdir().unwrap();
let src = tempdir.path().join("a");
Expand Down
1 change: 0 additions & 1 deletion test/test_unistd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,6 @@ fn test_canceling_alarm() {

#[test]
#[cfg(not(any(target_os = "redox", target_os = "haiku")))]
#[cfg_attr(target_os = "cygwin", ignore)]
fn test_symlinkat() {
use nix::fcntl::AT_FDCWD;

Expand Down