diff options
| author | Mads Marquart <mads@marquart.dk> | 2025-09-19 09:17:20 +0200 |
|---|---|---|
| committer | Mads Marquart <mads@marquart.dk> | 2025-09-19 13:55:03 +0200 |
| commit | 37be93497e5318fee712dabb70631f9676f07701 (patch) | |
| tree | d62ec65f68c17b296bd78773e2f55700994aa148 /tests/ui/command/command-exec.rs | |
| parent | b30c1b53f3fbd79b94f40b1d000067e1c49ea1d2 (diff) | |
| download | rust-37be93497e5318fee712dabb70631f9676f07701.tar.gz rust-37be93497e5318fee712dabb70631f9676f07701.zip | |
Fix test suite in iOS/tvOS/watchOS/visionOS simulator
Diffstat (limited to 'tests/ui/command/command-exec.rs')
| -rw-r--r-- | tests/ui/command/command-exec.rs | 2 |
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; |
