diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 07:51:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 07:51:15 +0200 |
commit | 342e4d388da9950ef07a094689ee8f91a46d3d32 (patch) | |
tree | 1be1c2275339acc7772321eedf5d294f530d5f2f /tests/test.sh | |
parent | af1a90c458819f39156ea9530af29833b5881d10 (diff) |
Add some more variants to test (sha256 sum)
Diffstat (limited to 'tests/test.sh')
-rwxr-xr-x | tests/test.sh | 7 |
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 |