mirror of
https://github.com/uutils/bsdutils.git
synced 2026-06-10 16:14:07 -07:00
fix the test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user