aboutsummaryrefslogtreecommitdiff
path: root/testsuite/md5sum.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* {md5,shaN}sum: make -c EMPTY failDenys Vlasenko2016-07-111-5/+17
| | | | | | | function old new delta md5_sha1_sum_main 466 485 +19 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix bashisms in testsuite/Michael Tokarev2013-11-101-3/+3
| | | | | | | | | These places use ${var/search/replace}, $((n++) and `type -p' constructs which are not-so-standard. Replace with equivalent constructs. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko2010-11-221-0/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* shaN: small code shrinkDenys Vlasenko2010-10-161-11/+3
| | | | | | | | function old new delta sha512_hash 134 128 -6 sha1_hash 114 106 -8 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* testsuite: add tests for {ms5,shaN}sumDenys Vlasenko2010-10-161-0/+46
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>