3 md5sum=${MD5SUM:-$srcdir/md5sum}
5 test "$VERBOSE" = yes && $md5sum --version
8 1 d41d8cd98f00b204e9800998ecf8427e
"" \
9 2 0cc175b9c0f1b6a831c399e269772661 a \
10 3 900150983cd24fb0d6963f7d28e17f72 abc \
11 4 f96b697d7cb7938d525a2f31aaf161d0
'message digest' \
12 5 c3fcd3d76192e4007dfb496cca67e13b abcdefghijklmnopqrstuvwxyz \
13 6 d174ab98d277d9f5a5611c2c9f419d9f ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 \
14 7 57edf4a22be3c955ac49da2e2107b67a
12345678901234567890123456789012345678901234567890123456789012345678901234567890 \
20 test x
$test_name = xLAST
&& break
21 expected_result
="$2 -"
26 tmp_files
="$tmp_exp $tmp_out"
28 if test "$VERBOSE" = yes; then
29 #echo "testing \`$nice $args $nice\` = $expected_result ..."
30 echo "test $test_name... " |
tr -d '\012'
32 echo "$string"|
tr -d '\012'|
$md5sum - > $tmp_out
33 echo "$expected_result" > $tmp_exp
34 ${DIFF:-diff} $tmp_out $tmp_exp \
35 && ok
=ok || ok
=FAIL fail
=1
36 test "$VERBOSE" = yes && echo $ok