diff options
author | van Hauser <vh@thc.org> | 2020-08-04 15:10:20 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-04 15:10:20 +0200 |
commit | cc74efa35e190d15533f99a5a99b698e772fbe81 (patch) | |
tree | e4011fd29b677632dfd85d699de514620b12e97b | |
parent | af277a0b56ce3defb6d3972616eea4a134b8fd86 (diff) | |
download | afl++-cc74efa35e190d15533f99a5a99b698e772fbe81.tar.gz |
fix test for nixos
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index 46843d4a..9ce8025e 100755 --- a/test/test.sh +++ b/test/test.sh @@ -943,7 +943,7 @@ test -e ../afl-qemu-trace && { } $ECHO "$BLUE[*] Testing: unicorn_mode" -test -d ../unicorn_mode/unicornafl && { +test -d ../unicorn_mode/unicornafl -a -e ../unicorn_mode/unicornafl/samples/shellcode && { test -e ../unicorn_mode/samples/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 |