diff options
author | hexcoder- <heiko@hexco.de> | 2021-01-02 23:16:37 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-01-02 23:16:37 +0100 |
commit | 8bcb17b11f3690a06323542ef9b2e885d5f28dd7 (patch) | |
tree | 1f56333963ded9d204e5ad8baa9e62c84bfba434 /test/test-basic.sh | |
parent | 848db92196cf9ace34610a9cbf12fcf5ce44de33 (diff) | |
parent | e83a1bc0d1c1cf49e0c948c88d28d741d9febb0a (diff) | |
download | afl++-8bcb17b11f3690a06323542ef9b2e885d5f28dd7.tar.gz |
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'test/test-basic.sh')
-rwxr-xr-x | test/test-basic.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-basic.sh b/test/test-basic.sh index 79f90ea0..ffd16dd1 100755 --- a/test/test-basic.sh +++ b/test/test-basic.sh @@ -106,7 +106,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc ;; esac } else { - $ECHO "$GRAY[*] no bash available, cannot test afl-cmin.bash" + $ECHO "$GREY[*] no bash available, cannot test afl-cmin.bash" } fi ../afl-tmin -m ${MEM_LIMIT} -i in/in2 -o in2/in2 -- ./test-instr.plain > /dev/null 2>&1 @@ -242,7 +242,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc ;; esac } else { - $ECHO "$GRAY[*] no bash available, cannot test afl-cmin.bash" + $ECHO "$GREY[*] no bash available, cannot test afl-cmin.bash" } fi ../afl-tmin -m ${MEM_LIMIT} -i in/in2 -o in2/in2 -- ./test-instr.plain > /dev/null 2>&1 |