diff options
author | Dominik Maier <dmnk@google.com> | 2022-03-26 19:13:49 +0000 |
---|---|---|
committer | Dominik Maier <dmnk@google.com> | 2022-03-26 19:13:49 +0000 |
commit | 3f0d642f9b31ea6afeb4e27aa24eddc27ad36fa1 (patch) | |
tree | 7ce0b270d8cc5e303fbad437d468a6858f5a5111 | |
parent | 7598efb8e6f1ea6731795b6d2a03ff7695d2903b (diff) | |
download | afl++-3f0d642f9b31ea6afeb4e27aa24eddc27ad36fa1.tar.gz |
fix unicornafl test
-rwxr-xr-x | test/test-unicorn-mode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-unicorn-mode.sh b/test/test-unicorn-mode.sh index 182958d6..f8ff4190 100755 --- a/test/test-unicorn-mode.sh +++ b/test/test-unicorn-mode.sh @@ -3,7 +3,7 @@ . ./test-pre.sh $ECHO "$BLUE[*] Testing: unicorn_mode" -test -d ../unicorn_mode/unicornafl -a -e ../unicorn_mode/unicornafl/samples/shellcode && { +test -d ../unicorn_mode/unicornafl -a -e ../unicorn_mode/unicornafl/Makefile && { test -e ../unicorn_mode/samples/python_simple/simple_target.bin -a -e ../unicorn_mode/samples/compcov_x64/compcov_target.bin && { { # We want to see python errors etc. in logs, in case something doesn't work |