mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-31 13:18:46 +00:00
chore: cannot assume tmp is nosuid in tests
This commit is contained in:
parent
ada31c5606
commit
c133d18f42
1 changed files with 1 additions and 1 deletions
|
@ -112,6 +112,6 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn can_get_nosuid() {
|
fn can_get_nosuid() {
|
||||||
assert_eq!(mount_has_nosuid("/tmp").expect("Error running statvfs"), true);
|
mount_has_nosuid("/tmp").expect("Error running statvfs");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue