aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-31 07:51:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-31 07:51:15 +0200
commit342e4d388da9950ef07a094689ee8f91a46d3d32 (patch)
tree1be1c2275339acc7772321eedf5d294f530d5f2f
parentaf1a90c458819f39156ea9530af29833b5881d10 (diff)
Add some more variants to test (sha256 sum)
-rwxr-xr-xtests/test.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/test.sh b/tests/test.sh
index cf7d466..2dcd6f7 100755
--- a/tests/test.sh
+++ b/tests/test.sh
@@ -22,7 +22,12 @@
#
# --fetch wget
# --fetch curl
-# --fetch fetch --tar bsdtar
+# --fetch fetch --fetch-option --no-verify-peer
+#
+# --tar bsdtar
+#
+# --sha256 shasum
+# --sha256 sha256-freebsd
#
trap 'exit 1' ERR