From 4fdaf829421aaa36170eedd753b15bc7710fb3a2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 26 Jan 2024 20:31:38 +0100 Subject: [PATCH] fix the test --- tests/common/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/util.rs b/tests/common/util.rs index ceb6bcf..7ee0aa5 100644 --- a/tests/common/util.rs +++ b/tests/common/util.rs @@ -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