fix test for nixos

This commit is contained in:
van Hauser 2020-08-04 15:10:20 +02:00
parent af277a0b56
commit cc74efa35e

View File

@ -943,7 +943,7 @@ test -e ../afl-qemu-trace && {
} }
$ECHO "$BLUE[*] Testing: unicorn_mode" $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 && { 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 # We want to see python errors etc. in logs, in case something doesn't work