about summary refs log tree commit diff
path: root/tests/ui/command/command-exec.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/command/command-exec.rs')
-rw-r--r--tests/ui/command/command-exec.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/command/command-exec.rs b/tests/ui/command/command-exec.rs
index 77336377e88..870f8b047b9 100644
--- a/tests/ui/command/command-exec.rs
+++ b/tests/ui/command/command-exec.rs
@@ -3,6 +3,8 @@
 //@ only-unix (this is a unix-specific test)
 //@ needs-subprocess
 //@ ignore-fuchsia no execvp syscall provided
+//@ ignore-tvos execvp is prohibited
+//@ ignore-watchos execvp is prohibited
 
 use std::env;
 use std::os::unix::process::CommandExt;