diff options
author | hexcoder- <heiko@hexco.de> | 2019-09-28 21:43:56 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2019-09-28 21:43:56 +0200 |
commit | fb31a3bf2ed74ff0940017c3d81f36814ea1175f (patch) | |
tree | 6c086c8b2535da0ab064c5a5aaa830922309daa1 | |
parent | 68fa95beb31528c0c4a45887a7891f809ec5e44e (diff) | |
download | afl++-fb31a3bf2ed74ff0940017c3d81f36814ea1175f.tar.gz |
copy-and-paste-typo fixed
-rwxr-xr-x | test/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index bd0efa4d..0aa37c87 100755 --- a/test/test.sh +++ b/test/test.sh @@ -278,7 +278,7 @@ test -d ../unicorn_mode/unicorn && { } } || $ECHO "$RED[-] missing sample binaries in unicorn_mode/samples/ - what is going on??" -} || $ECHO "$YELLOW[-] qemu_mode is not compiled, cannot test" +} || $ECHO "$YELLOW[-] unicorn_mode is not compiled, cannot test" $ECHO "$GREY[*] all test cases completed.$RESET" |