diff options
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 |