about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xtest/test-nyx-mode.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/test-nyx-mode.sh b/test/test-nyx-mode.sh
index bfb2e8b7..95829828 100755
--- a/test/test-nyx-mode.sh
+++ b/test/test-nyx-mode.sh
@@ -42,9 +42,8 @@ test -e ../libnyx.so && {
             rm -rf errors nyx-test test-instr in out
           } || {
             echo CUT------------------------------------------------------------------CUT
-            afl-cc
-            afl-cc -v
-            clang -v
+            ../afl-cc
+            ../afl-cc -v
             cat errors
             echo CUT------------------------------------------------------------------CUT
             $ECHO "$RED[!] afl-fuzz is not working correctly with nyx_mode"