cksum: test is fine. commenting.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
e7673b617d
commit
7777d9a010
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ var (
|
||||||
checkSize = 9110
|
checkSize = 9110
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// testing that the cksum function matches that of cksum(1) utility (silly POSIX crc32)
|
||||||
func TestCksum(t *testing.T) {
|
func TestCksum(t *testing.T) {
|
||||||
fh, err := os.Open(checkFile)
|
fh, err := os.Open(checkFile)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Reference in a new issue