diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-08-31 20:01:50 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-08-31 20:01:50 +0200 |
| commit | f924c939ef9e8b48271451c95087d160ac3c3241 (patch) | |
| tree | 54f5c799328685045940602e61a9d222a8d46e21 /tests | |
| parent | c172878ea6e5f71d383d7aa9fa7381ad8da150b8 (diff) | |
Update run.sh
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/run.sh | 2 |
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 |
