Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 9b9f87b

Browse files
tevoineaPorges
andauthored
Update src/agent/coverage/fuzz/fuzz_targets/fuzz_target_record_coverage.rs
Co-authored-by: George Pollard <[email protected]>
1 parent 2d546f8 commit 9b9f87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/coverage/fuzz/fuzz_targets/fuzz_target_record_coverage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fuzz_target!(|data: &[u8]| {
2929
let path = String::from(file.path().to_str().unwrap());
3030

3131
// Make sure the file is executable
32-
Command::new("chmod").args(["+wrx", &path]).spawn().unwrap();
32+
Command::new("chmod").args(["+wrx", &path]).spawn().unwrap().wait();
3333
file.keep().unwrap();
3434

3535
let timeout = Duration::from_secs(5);

0 commit comments

Comments
 (0)