We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests/ui/command/command-exec.rs
1 parent f9addad commit bfc553eCopy full SHA for bfc553e
tests/ui/command/command-exec.rs
@@ -1,13 +1,9 @@
1
//@ run-pass
2
3
-#![allow(stable_features)]
4
-//@ ignore-windows - this is a unix-specific test
5
-//@ ignore-wasm32 no processes
6
-//@ ignore-sgx no processes
+//@ only-unix (this is a unix-specific test)
+//@ needs-subprocess
7
//@ ignore-fuchsia no execvp syscall provided
8
9
-#![feature(process_exec)]
10
-
11
use std::env;
12
use std::os::unix::process::CommandExt;
13
use std::process::Command;
0 commit comments