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-argv0.rs
1 parent 5f63f2d commit f9addadCopy full SHA for f9addad
tests/ui/command/command-argv0.rs
@@ -1,8 +1,7 @@
1
//@ run-pass
2
3
-//@ ignore-windows - this is a unix-specific test
4
-//@ ignore-wasm32 no processes
5
-//@ ignore-sgx no processes
+//@ only-unix (this is a unix-specific test)
+//@ needs-subprocess
6
use std::env;
7
use std::os::unix::process::CommandExt;
8
use std::process::Command;
0 commit comments