mirror of
https://github.com/p-e-w/heretic.git
synced 2026-09-26 22:11:39 -07:00
fix: use binary mode for hashes everywhere
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user