Skip to content

Commit 5deca56

Browse files
committed
tests: cleanup tests/ui/command/command-argv0.rs
- Convert `ignore-windows` to `only-unix`. - Convert `ignore-*` to `needs-subprocess`.
1 parent e1758bd commit 5deca56

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ui/command/command-argv0.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
//@ run-pass
22

3-
//@ ignore-windows - this is a unix-specific test
4-
//@ ignore-wasm32 no processes
5-
//@ ignore-sgx no processes
3+
//@ only-unix (this is a unix-specific test)
4+
//@ needs-subprocess
65
use std::env;
76
use std::os::unix::process::CommandExt;
87
use std::process::Command;

0 commit comments

Comments
 (0)