fix: migrate ctor to v1

This commit is contained in:
Guillem L. Jara
2026-05-08 07:37:39 +02:00
parent d23ddd7ac4
commit 97968d7467
+1 -1
View File
@@ -9,7 +9,7 @@ use uutests::util::TestScenario;
pub const TESTS_BINARY: &str = env!("CARGO_BIN_EXE_awk");
#[ctor::ctor]
#[ctor::ctor(unsafe)]
fn init() {
unsafe {
env::set_var("UUTESTS_BINARY_PATH", TESTS_BINARY);