summaryrefslogtreecommitdiff
path: root/library/std/tests/create_dir_all_bare.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/tests/create_dir_all_bare.rs')
-rw-r--r--library/std/tests/create_dir_all_bare.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/tests/create_dir_all_bare.rs b/library/std/tests/create_dir_all_bare.rs
index 8becf713205..30f800c5aa2 100644
--- a/library/std/tests/create_dir_all_bare.rs
+++ b/library/std/tests/create_dir_all_bare.rs
@@ -1,4 +1,4 @@
-#![cfg(all(test, not(any(target_os = "emscripten", target_env = "sgx"))))]
+#![cfg(all(test, not(any(target_os = "emscripten", target_os = "wasi", target_env = "sgx"))))]
//! Note that this test changes the current directory so
//! should not be in the same process as other tests.