about summary refs log tree commit diff
path: root/src/test/ui/command
diff options
context:
space:
mode:
authorAndrew Pollack <andrewpollack@google.com>2022-10-13 21:26:52 +0000
committerAndrew Pollack <andrewpollack@google.com>2022-10-13 21:26:52 +0000
commit810cce85aa138fb59b397e6b17651f42e32f6f5a (patch)
treef4f62693ad8bb2804cb73eb860dd8e9ecf7e4d90 /src/test/ui/command
parentc97d02cdb5ca5f5e9eff1fa9e4560d220d1fd2a0 (diff)
downloadrust-810cce85aa138fb59b397e6b17651f42e32f6f5a.tar.gz
rust-810cce85aa138fb59b397e6b17651f42e32f6f5a.zip
Adding fuchsia-ignore and needs-unwind to compiler test cases
Diffstat (limited to 'src/test/ui/command')
-rw-r--r--src/test/ui/command/command-current-dir.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/command/command-current-dir.rs b/src/test/ui/command/command-current-dir.rs
index 69a0b486d68..5d06fcdebc6 100644
--- a/src/test/ui/command/command-current-dir.rs
+++ b/src/test/ui/command/command-current-dir.rs
@@ -1,6 +1,7 @@
 // run-pass
 // ignore-emscripten no processes
 // ignore-sgx no processes
+// ignore-fuchsia Needs directory creation privilege
 
 use std::env;
 use std::fs;