mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-22 20:44:50 +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]
|
||||
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
Reference in a new issue