summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2011-09-16 11:47:35 +0100
committerPádraig Brady <P@draigBrady.com>2011-09-16 19:09:26 +0100
commit7da844cc86e1209acbe820771b0e9a35fd89da3b (patch)
tree38035a065326d41abd6535306ff4aca7273d8c3a /tests/Makefile.am
parentb98e41cc74016d5f6b2f70847c126e737193a36b (diff)
downloadcoreutils-7da844cc86e1209acbe820771b0e9a35fd89da3b.tar.xz
md5sum: handle BSD reversed format checksums
* src/md5sum.c (split_3): Detect and handle BSD reversed format checksums. * tests/misc/md5sum-bsd: Add a new test. * tests/Makefile.am: Reference new test. * NEWS: Mention the improvement Suggested by Rimas Kudelis.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b920abafc..eeb4cab2d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -198,6 +198,7 @@ TESTS = \
misc/id-context \
misc/id-groups \
misc/md5sum \
+ misc/md5sum-bsd \
misc/md5sum-newline \
misc/md5sum-parallel \
misc/mknod \