tests: cleanup tests/ui/command/command-argv0.rs
- Convert `ignore-windows` to `only-unix`. - Convert `ignore-*` to `needs-subprocess`.
This commit is contained in:
parent
5f63f2dac9
commit
f9addadd71
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
//@ run-pass
|
||||
|
||||
//@ ignore-windows - this is a unix-specific test
|
||||
//@ ignore-wasm32 no processes
|
||||
//@ ignore-sgx no processes
|
||||
//@ only-unix (this is a unix-specific test)
|
||||
//@ needs-subprocess
|
||||
use std::env;
|
||||
use std::os::unix::process::CommandExt;
|
||||
use std::process::Command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue