fix wrong incomplete

This commit is contained in:
van Hauser
2020-08-10 09:37:32 +02:00
parent 8a1cf3f0f9
commit c270646722

View File

@ -120,7 +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" $ECHO "$YELLOW[-] not an intel platform, cannot test afl-gcc"
INCOMPLETE=1 #this is not incomplete as this feature doesnt exist, so all good
} }
. ./test-post.sh . ./test-post.sh