From 9c105098ddbb5f65a24063f08ed34d09aec36b04 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 4 Oct 2019 10:33:28 +0200 Subject: general maintance --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.sh b/test/test.sh index 0aa37c87..0fcb7087 100755 --- a/test/test.sh +++ b/test/test.sh @@ -179,7 +179,7 @@ test -e ../afl-clang-fast && { ../afl-clang-fast -o test-persistent ../experimental/persistent_demo/persistent_demo.c > /dev/null 2>&1 test -e test-persistent && { echo foo | ../afl-showmap -o /dev/null -q -r ./test-persistent && { - $ECHO "$GREEN[+] lvm_mode persistent mode feature works correctly" + $ECHO "$GREEN[+] llvm_mode persistent mode feature works correctly" } || $ECHO "$RED[!] llvm_mode persistent mode feature failed to work" } || $ECHO "$RED[!] llvm_mode persistent mode feature compilation failed" rm -f test-persistent -- cgit 1.4.1