fix: use binary mode for hashes everywhere

This commit is contained in:
Philipp Emanuel Weidmann
2026-06-27 13:22:32 +05:30
parent c6f1f34a63
commit 26ea30e117
9 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ To update the hashes after a logic change, run the tests, then execute
```sh
cd TEST_DIR/model
sha256sum * > ../SHA256SUMS.LABEL
sha256sum -b * > ../SHA256SUMS.LABEL
```
where `LABEL` describes the type of system you are running the tests on.