diff options
author | Denys Vlasenko | 2010-10-16 21:26:47 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-10-16 21:26:47 +0200 |
commit | e8ee86250d78b7a9c59699aca597f392c1593225 (patch) | |
tree | 16e3bb1de014ee57bfcc8f1226c98e8f1180a99c /testsuite/sha256sum.tests | |
parent | bcccad35318004922cc04487e1df4eade4545966 (diff) | |
download | busybox-e8ee86250d78b7a9c59699aca597f392c1593225.zip busybox-e8ee86250d78b7a9c59699aca597f392c1593225.tar.gz |
testsuite: add tests for {ms5,shaN}sum
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/sha256sum.tests')
-rwxr-xr-x | testsuite/sha256sum.tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/sha256sum.tests b/testsuite/sha256sum.tests new file mode 100755 index 0000000..d2dd78f --- /dev/null +++ b/testsuite/sha256sum.tests @@ -0,0 +1,3 @@ +#!/bin/sh + +. ./md5sum.tests sha256sum 8e1d3ed57ebc130f0f72508446559eeae06451ae6d61b1e8ce46370cfb8963c3 |