Skip to content

Commit cc74efa

Browse files
committed
fix test for nixos
1 parent af277a0 commit cc74efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ test -e ../afl-qemu-trace && {
943943
}
944944

945945
$ECHO "$BLUE[*] Testing: unicorn_mode"
946-
test -d ../unicorn_mode/unicornafl && {
946+
test -d ../unicorn_mode/unicornafl -a -e ../unicorn_mode/unicornafl/samples/shellcode && {
947947
test -e ../unicorn_mode/samples/simple/simple_target.bin -a -e ../unicorn_mode/samples/compcov_x64/compcov_target.bin && {
948948
{
949949
# We want to see python errors etc. in logs, in case something doesn't work

0 commit comments

Comments
 (0)