Skip to content

Commit

Permalink
Remove the full path to test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored Sep 28, 2023
1 parent f0f64bd commit a17ede9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/fuzz_targets/fuzz_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a17ede9

Please sign in to comment.