Update run.sh

This commit is contained in:
Loic Guegan 2022-08-31 20:01:50 +02:00
parent c172878ea6
commit f924c939ef

View file

@ -29,7 +29,7 @@ do
fi
# Ensure test output
if [ "$(base64 $out)" == "$(base64 ./out)" ]
if [ "$(base64 $out)" = "$(base64 ./out)" ]
then
echo -e "${GREEN}${BOLD}passed${NC}"
else