fix the test

This commit is contained in:
Sylvestre Ledru
2024-01-26 20:31:38 +01:00
parent 7a09dcbb85
commit 4fdaf82942
+1 -1
View File
@@ -45,7 +45,7 @@ static MULTIPLE_STDIN_MEANINGLESS: &str = "Ucommand is designed around a typical
static NO_STDIN_MEANINGLESS: &str = "Setting this flag has no effect if there is no stdin";
pub const TESTS_BINARY: &str = env!("CARGO_BIN_EXE_util-linux");
pub const TESTS_BINARY: &str = env!("CARGO_BIN_EXE_bsdutils");
pub const PATH: &str = env!("PATH");
/// Default environment variables to run the commands with