cksum: test is fine. commenting.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-04-05 16:47:36 -04:00
parent e7673b617d
commit 7777d9a010
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ var (
checkSize = 9110
)
// testing that the cksum function matches that of cksum(1) utility (silly POSIX crc32)
func TestCksum(t *testing.T) {
fh, err := os.Open(checkFile)
if err != nil {