Skip to content

Commit 9f09844

Browse files
committed
testing more
1 parent 25e71ad commit 9f09844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/sys/test_uio.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ fn test_preadv() {
195195
#[cfg(any(target_os = "linux", target_os = "android"))]
196196
// qemu-user does not yet implement process_vm_readv, cf. PR #568
197197
#[cfg(not(all(travis, any(target_arch = "arm", target_arch = "aarch64"))))]
198+
#[cfg(not(travis))]
198199
fn test_process_vm_readv() {
199200
use nix::unistd::ForkResult::*;
200201
use nix::sys::signal::*;

0 commit comments

Comments
 (0)