enhance tests for macos

This commit is contained in:
vanhauser-thc
2023-03-10 10:59:52 +01:00
parent aabfe781fd
commit 4c7c78d926

View File

@ -256,7 +256,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc
unset AFL_QUIET unset AFL_QUIET
} }
rm -f test-instr.plain rm -f test-instr.plain
} && { } || {
$ECHO "$YELLOW[-] afl-clang executes gcc, cannot test" $ECHO "$YELLOW[-] afl-clang executes gcc, cannot test"
INCOMPLETE=1 INCOMPLETE=1
} }