diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-27 11:49:00 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-27 11:49:00 +0200 |
commit | 3e84d6a2ae7df5f6b9073a91ccc6acef50b45aab (patch) | |
tree | 491da4417c480634999d492eaf06ed196f17897a /test/test-gcc-plugin.sh | |
parent | b18bc7b98fa23ef805ed2ee3eec04dc1929afd49 (diff) | |
download | afl++-3e84d6a2ae7df5f6b9073a91ccc6acef50b45aab.tar.gz |
afl++ -> AFL++
Diffstat (limited to 'test/test-gcc-plugin.sh')
-rwxr-xr-x | test/test-gcc-plugin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-gcc-plugin.sh b/test/test-gcc-plugin.sh index 54e6987f..3690a80a 100755 --- a/test/test-gcc-plugin.sh +++ b/test/test-gcc-plugin.sh @@ -23,7 +23,7 @@ test -e ../afl-gcc-fast -a -e ../afl-compiler-rt.o && { $ECHO "$GREEN[+] gcc_plugin run reported $TUPLES instrumented locations which is fine" } || { $ECHO "$RED[!] gcc_plugin instrumentation produces a weird numbers: $TUPLES" - $ECHO "$YELLOW[-] this is a known issue in gcc, not afl++. It is not flagged as an error because travis builds would all fail otherwise :-(" + $ECHO "$YELLOW[-] this is a known issue in gcc, not AFL++. It is not flagged as an error because travis builds would all fail otherwise :-(" #CODE=1 } test "$TUPLES" -lt 2 && SKIP=1 |