mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 18:55:24 +00:00
Exclude SGX from create_dir_all_bare test
And emscripten too.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![cfg(all(test, not(any(target_os = "emscripten", target_env = "sgx"))))]
|
||||
|
||||
//! Note that this test changes the current directory so
|
||||
//! should not be in the same process as other tests.
|
||||
use std::env;
|
||||
|
||||
Reference in New Issue
Block a user