about summary refs log tree commit diff
path: root/test/test-basic.sh
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-16 14:22:09 +0100
committervan Hauser <vh@thc.org>2020-12-16 14:22:09 +0100
commit14c67f15c98b16bb0c22f6a94d66d714bf61af5a (patch)
treefbf9a47a0a2c911d442fbd8b5455c6db7431dd90 /test/test-basic.sh
parent6e0aeb983356b805d769903fc02945014e28c8c8 (diff)
downloadafl++-14c67f15c98b16bb0c22f6a94d66d714bf61af5a.tar.gz
small fixes
Diffstat (limited to 'test/test-basic.sh')
-rwxr-xr-xtest/test-basic.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-basic.sh b/test/test-basic.sh
index 24aa30a4..79ad8743 100755
--- a/test/test-basic.sh
+++ b/test/test-basic.sh
@@ -220,9 +220,9 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc
       case "$CNT" in
         *2) $ECHO "$GREEN[+] afl-cmin.bash correctly minimized the number of testcases" ;;
         1)  {
-            test -s in2/* && $ECHO "$YELLOW[?] afl-cmin did minimize to one testcase. This can be a bug or due compiler optimization."
+            test -s in2/* && $ECHO "$YELLOW[?] afl-cmin.bash did minimize to one testcase. This can be a bug or due compiler optimization."
               test -s in2/* || {
-  		$ECHO "$RED[!] afl-cmin did not correctly minimize the number of testcases ($CNT)"
+  		$ECHO "$RED[!] afl-cmin.bash did not correctly minimize the number of testcases ($CNT)"
           	CODE=1
               }
             }