about summary refs log tree commit diff
path: root/tests/ui/command/command-current-dir.rs
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2025-01-23 16:36:54 +0800
committer许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2025-01-23 20:51:29 +0800
commit8a0310a0b131cfc24b931cd537b400525727cf6c (patch)
treeafeabbb04c8aa15d3c7950272e4e146824d3702c /tests/ui/command/command-current-dir.rs
parenta11227b916219599c761ab008c431075f77b9a5e (diff)
downloadrust-8a0310a0b131cfc24b931cd537b400525727cf6c.tar.gz
rust-8a0310a0b131cfc24b931cd537b400525727cf6c.zip
tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`
Diffstat (limited to 'tests/ui/command/command-current-dir.rs')
-rw-r--r--tests/ui/command/command-current-dir.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/command/command-current-dir.rs b/tests/ui/command/command-current-dir.rs
index 23269e41231..e264cbe4d70 100644
--- a/tests/ui/command/command-current-dir.rs
+++ b/tests/ui/command/command-current-dir.rs
@@ -1,7 +1,6 @@
 //@ run-pass
 //@ no-prefer-dynamic We move the binary around, so do not depend dynamically on libstd
-//@ ignore-wasm32 no processes
-//@ ignore-sgx no processes
+//@ needs-subprocess
 //@ ignore-fuchsia Needs directory creation privilege
 
 use std::env;