summaryrefslogtreecommitdiff
path: root/test/test_unistd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_unistd.rs')
-rw-r--r--test/test_unistd.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_unistd.rs b/test/test_unistd.rs
index da677287..8fe1d432 100644
--- a/test/test_unistd.rs
+++ b/test/test_unistd.rs
@@ -936,7 +936,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