about summary refs log tree commit diff
path: root/library/std/tests/process_spawning.rs
diff options
context:
space:
mode:
authorRaoul Strackx <raoul.strackx@fortanix.com>2023-07-28 14:17:35 +0200
committerRaoul Strackx <raoul.strackx@fortanix.com>2023-07-28 14:48:06 +0200
commit8548689af21e916b17fa96b00d742717c3c51a5e (patch)
treeb7f7c5f73287417a4fe3b844721294cc6dcd9ad5 /library/std/tests/process_spawning.rs
parentaafd75a9c510b0e91746b891eb4ebade43899af5 (diff)
downloadrust-8548689af21e916b17fa96b00d742717c3c51a5e.tar.gz
rust-8548689af21e916b17fa96b00d742717c3c51a5e.zip
Fix issue_15149 test for the SGX target
Diffstat (limited to 'library/std/tests/process_spawning.rs')
-rw-r--r--library/std/tests/process_spawning.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/std/tests/process_spawning.rs b/library/std/tests/process_spawning.rs
index 52e5b55fb9d..46dc9ff00bd 100644
--- a/library/std/tests/process_spawning.rs
+++ b/library/std/tests/process_spawning.rs
@@ -1,3 +1,5 @@
+#![cfg(not(target_env="sgx"))]
+
 use std::env;
 use std::fs;
 use std::process;