about summary refs log tree commit diff
path: root/tests/ui/command/command-argv0.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/command/command-argv0.rs')
-rw-r--r--tests/ui/command/command-argv0.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/ui/command/command-argv0.rs b/tests/ui/command/command-argv0.rs
index 35625c0b334..0907e18b30c 100644
--- a/tests/ui/command/command-argv0.rs
+++ b/tests/ui/command/command-argv0.rs
@@ -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;