chore: cannot assume tmp is nosuid in tests

This commit is contained in:
Gabriele Musco 2023-08-10 06:41:47 +02:00
parent ada31c5606
commit c133d18f42

View file

@ -112,6 +112,6 @@ mod tests {
#[test]
fn can_get_nosuid() {
assert_eq!(mount_has_nosuid("/tmp").expect("Error running statvfs"), true);
mount_has_nosuid("/tmp").expect("Error running statvfs");
}
}