summaryrefslogtreecommitdiff
path: root/test/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.rs')
-rw-r--r--test/test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.rs b/test/test.rs
index b57c1a66..5a5330b7 100644
--- a/test/test.rs
+++ b/test/test.rs
@@ -23,7 +23,7 @@ mod test_mq;
mod test_net;
mod test_nix_path;
mod test_poll;
-#[cfg(not(target_os = "redox"))]
+#[cfg(not(any(target_os = "redox", target_os = "fuchsia")))]
mod test_pty;
#[cfg(any(target_os = "android",
target_os = "linux"))]