From 43534aa4a4b86a76ab5d0fdf61eb5201450b7d31 Mon Sep 17 00:00:00 2001 From: Joonatan Saarhelo Date: Fri, 20 Sep 2024 13:28:31 +0200 Subject: [PATCH] fix: fuzz.sh --- tests/afl-fuzz/fuzz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/afl-fuzz/fuzz.sh b/tests/afl-fuzz/fuzz.sh index e96bc88d..5c35b4f4 100644 --- a/tests/afl-fuzz/fuzz.sh +++ b/tests/afl-fuzz/fuzz.sh @@ -1,2 +1,2 @@ export AFL_AUTORESUME=1 -cargo afl build --release && cargo afl fuzz -i in -o out -g $(cargo run --bin check_input_size) ../target/release/differential_fuzzing \ No newline at end of file +cargo afl build --release && cargo afl fuzz -i in -o out -g $(cargo run --bin check_input_size) ../../target/release/differential_fuzzing