You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
Fix checksum tests
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
proc write_blake3_test_vector_file {path length} {
|
||||
set chan [open $path w]
|
||||
fconfigure $chan -translation binary -encoding binary
|
||||
fconfigure $chan -translation binary
|
||||
|
||||
set hex {}
|
||||
for {set i 0} {$i < $length} {incr i} {
|
||||
|
||||
@@ -26,7 +26,7 @@ package require portchecksum 1.0
|
||||
|
||||
proc make_blake3_test_vector_file {path length} {
|
||||
set fd [open $path w]
|
||||
fconfigure $fd -translation binary -encoding binary
|
||||
fconfigure $fd -translation binary
|
||||
|
||||
set hex {}
|
||||
for {set i 0} {$i < $length} {incr i} {
|
||||
|
||||
Reference in New Issue
Block a user