Skip to content

Commit b3d7e4e

Browse files
committed
Adding ignore fuchsia tests for execvp (pre_exec)
1 parent cd8cc91 commit b3d7e4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/command/command-pre-exec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// ignore-windows - this is a unix-specific test
77
// ignore-emscripten no processes
88
// ignore-sgx no processes
9+
// ignore-fuchsia no execvp syscall
910
#![feature(process_exec, rustc_private)]
1011

1112
extern crate libc;

0 commit comments

Comments
 (0)