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