diff --git a/tests/tests.rs b/tests/tests.rs index 7fe3dd4..a049b2d 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -8,7 +8,7 @@ use std::env; pub const TESTS_BINARY: &str = env!("CARGO_BIN_EXE_acl"); // Use the ctor attribute to run this function before any tests -#[ctor::ctor] +#[ctor::ctor(unsafe)] fn init() { unsafe { // Necessary for uutests to be able to find the binary