Skip to content

Commit 10722e6

Browse files
committed
test: restore symlink tests on cygwin
1 parent 065036c commit 10722e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/test_fcntl.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ fn test_renameat2_noreplace() {
243243

244244
#[test]
245245
#[cfg(not(target_os = "redox"))]
246-
#[cfg_attr(target_os = "cygwin", ignore)]
247246
fn test_readlink() {
248247
let tempdir = tempfile::tempdir().unwrap();
249248
let src = tempdir.path().join("a");

test/test_unistd.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,6 @@ fn test_canceling_alarm() {
870870

871871
#[test]
872872
#[cfg(not(any(target_os = "redox", target_os = "haiku")))]
873-
#[cfg_attr(target_os = "cygwin", ignore)]
874873
fn test_symlinkat() {
875874
use nix::fcntl::AT_FDCWD;
876875

0 commit comments

Comments
 (0)