aboutsummaryrefslogtreecommitdiffstats
path: root/sha512-256sum-test
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-03-23 18:58:48 +0100
committerMattias Andrée <maandree@kth.se>2016-03-23 18:58:48 +0100
commitacbb72170d41f56e3b400cb3611608b52ca4f50c (patch)
tree74805025b2d6df7414b2971f568344e55d06bb7f /sha512-256sum-test
parentimprove gitignore (diff)
downloadbase-util-tests-acbb72170d41f56e3b400cb3611608b52ca4f50c.tar.gz
base-util-tests-acbb72170d41f56e3b400cb3611608b52ca4f50c.tar.bz2
base-util-tests-acbb72170d41f56e3b400cb3611608b52ca4f50c.tar.xz
Some checksum tests
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'sha512-256sum-test')
-rwxr-xr-xsha512-256sum-test/test6
1 files changed, 6 insertions, 0 deletions
diff --git a/sha512-256sum-test/test b/sha512-256sum-test/test
new file mode 100755
index 0000000..31393a0
--- /dev/null
+++ b/sha512-256sum-test/test
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+export tool="${SHA512_256SUM}"
+export algo=sha512-256
+
+exec "$(dirname "$0")/../__sum/__test" "$@"