about summary refs log tree commit diff
path: root/tests/ui/command/command-current-dir.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/command/command-current-dir.rs')
-rw-r--r--tests/ui/command/command-current-dir.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/command/command-current-dir.rs b/tests/ui/command/command-current-dir.rs
index e264cbe4d70..a6b51df5f17 100644
--- a/tests/ui/command/command-current-dir.rs
+++ b/tests/ui/command/command-current-dir.rs
@@ -2,6 +2,8 @@
 //@ no-prefer-dynamic We move the binary around, so do not depend dynamically on libstd
 //@ needs-subprocess
 //@ ignore-fuchsia Needs directory creation privilege
+//@ ignore-tvos `Command::current_dir` requires fork, which is prohibited
+//@ ignore-watchos `Command::current_dir` requires fork, which is prohibited
 
 use std::env;
 use std::fs;