Files
gentoo/app-admin/sudo-rs/files/sudo-rs-0.2.8-tests.patch
Patrick McLean e7379aee7f app-admin/sudo-rs: new package, add 0.2.8
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2025-09-03 09:57:56 -07:00

13 lines
351 B
Diff

diff --git a/src/system/audit.rs b/src/system/audit.rs
index 22fdfea6..168c8dae 100644
--- a/src/system/audit.rs
+++ b/src/system/audit.rs
@@ -358,6 +358,7 @@ mod test {
}
#[test]
+ #[ignore]
fn test_traverse_secure_open_positive() {
use crate::common::resolve::CurrentUser;
use crate::system::{GroupId, UserId};