mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Remove the full path to test
This commit is contained in:
parent
f0f64bd3b7
commit
a17ede9ef0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ enum ArgType {
|
||||||
// Add any other types as needed
|
// 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> {
|
fn run_gnu_test(args: &[OsString]) -> Result<(String, i32), std::io::Error> {
|
||||||
let mut command = Command::new(CMD_PATH);
|
let mut command = Command::new(CMD_PATH);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue