mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Remove the full path to test
This commit is contained in:
@@ -28,7 +28,7 @@ enum ArgType {
|
||||
// Add any other types as needed
|
||||
}
|
||||
|
||||
static CMD_PATH: &str = "/usr/bin/test";
|
||||
static CMD_PATH: &str = "test";
|
||||
|
||||
fn run_gnu_test(args: &[OsString]) -> Result<(String, i32), std::io::Error> {
|
||||
let mut command = Command::new(CMD_PATH);
|
||||
|
||||
Reference in New Issue
Block a user