aboutsummaryrefslogtreecommitdiffstats
path: root/sha512sum-test/test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsha512sum-test/test6
1 files changed, 6 insertions, 0 deletions
diff --git a/sha512sum-test/test b/sha512sum-test/test
new file mode 100755
index 0000000..5e296c9
--- /dev/null
+++ b/sha512sum-test/test
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+export tool="$SHA512SUM"
+export algo=sha512
+
+exec "$(dirname "$0")/../__sum/__test" "$@"