diff options
author | hexcoder- <heiko@hexco.de> | 2020-11-05 22:58:55 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-11-05 22:58:55 +0100 |
commit | 665802673d669634fa1142fc9f99f759bebbf664 (patch) | |
tree | 4356e9435384580f19dd5a39524bbbd65e65a4fc | |
parent | f8bbbf31ec6b307407f3c67e745f772bb2fcc557 (diff) | |
download | afl++-665802673d669634fa1142fc9f99f759bebbf664.tar.gz |
typo fixed
-rwxr-xr-x | test/test-basic.sh | 2 | ||||
m--------- | unicorn_mode/unicornafl | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/test-basic.sh b/test/test-basic.sh index 0d16ebd1..d63f01cf 100755 --- a/test/test-basic.sh +++ b/test/test-basic.sh @@ -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)) } diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl -Subproject f44ec48f8d5929f243522c1152b5b3c0985a554 +Subproject 0bf26f6c2601e1c1c84998551ed7d50b4108fbd |