typo fixed

This commit is contained in:
hexcoder-
2020-11-05 22:58:55 +01:00
parent f8bbbf31ec
commit 665802673d
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc
INCOMPLETE=1
}
} || {
$ECHO "$GREY[[*] not an intel platform, skipped tests of afl-gcc"
$ECHO "$GREY[*] not an intel platform, skipped tests of afl-gcc"
#this is not incomplete as this feature doesnt exist, so all good
AFL_TEST_COUNT=$((AFL_TEST_COUNT-1))
}