mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
test-basic.sh: fix color GRAY to GREY
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user