From d970e8e4b2825c4474ca92e7af85b8f54388b10d Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 2 May 2020 14:03:28 -0600 Subject: Factor out common code from the various skip macros --- test/test_unistd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_unistd.rs') diff --git a/test/test_unistd.rs b/test/test_unistd.rs index 24ed2e56..d44cb067 100644 --- a/test/test_unistd.rs +++ b/test/test_unistd.rs @@ -932,7 +932,7 @@ fn test_access_file_exists() { #[test] fn test_setfsuid() { use std::os::unix::fs::PermissionsExt; - use std::{fs, thread}; + use std::{fs, io, thread}; require_capability!(CAP_SETUID); // get the UID of the "nobody" user -- cgit v1.2.3