minor test fixes for Raspberry Pi Linux 64-bit

This commit is contained in:
hexcoder-
2020-08-07 19:41:39 +02:00
parent 673ace2a4b
commit 32558bc807
2 changed files with 3 additions and 2 deletions

View File

@ -120,6 +120,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc
}
} || {
$ECHO "$YELLOW[-] not an intel platform, cannot test afl-gcc"
INCOMPLETE=1
}
. ./test-post.sh