commit | 28e66624031d272bbe1e9cff1f6403c0bb0a1e2c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Mar 31 20:31:46 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Mar 31 20:41:23 2013 -0400 |
tree | 2baeace14d5fd1428410915091e8beeb7980164c | |
parent | 447da244eb31f11516d991891f985a2770080033 [diff] |
tests: create crcsum progam to support resizing tests The only checksum program which we can reliably count upon being installed on all systems is "sum", which is not a particular robust checksum. The problem with using md5sum or sha1sum is it hat it may not be installed on all systems. So create a crcsum program which is used so we can validate that a data file on a resized file system has not been corrupted. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>