From fb31a3bf2ed74ff0940017c3d81f36814ea1175f Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Sat, 28 Sep 2019 21:43:56 +0200 Subject: [PATCH] copy-and-paste-typo fixed --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"