summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-08-31 20:01:50 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-08-31 20:01:50 +0200
commitf924c939ef9e8b48271451c95087d160ac3c3241 (patch)
tree54f5c799328685045940602e61a9d222a8d46e21 /tests
parentc172878ea6e5f71d383d7aa9fa7381ad8da150b8 (diff)
Update run.sh
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh
index 0cc5ff5..c96e3e3 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -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