commit | 6197c10c580657b95de1abbcb3ca9b3a1d9bf943 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Aug 12 14:37:19 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Aug 12 14:37:19 2014 -0400 |
tree | 5f440330c599b1d56190a4d62253fe2b039d3ce9 | |
parent | ab2cd4a4d2924f8d120af5461e78e808e785970a [diff] |
tests: convert use of md5sum to crcsum The following tests were using md5sum: i_e2image, u_mke2fs, and u_tune2fs. Convert them to use crcsum for better portability (not all environments have md5sum; some might have sha1sum instead :-) For our purposes crcsum is quite sufficient. Signed-off-by: Theodore Ts'o <tytso@mit.edu>