gpg recommended
This commit is contained in:
parent
4f9fafa023
commit
1247bfeaa7
4 changed files with 8 additions and 7 deletions
|
@ -16,6 +16,7 @@ tests =
|
|||
, TestCase "rsync" $ requireCmd "rsync" "rsync --version >/dev/null"
|
||||
, TestCase "curl" $ testCmd "curl" "curl --version >/dev/null"
|
||||
, TestCase "bup" $ testCmd "bup" "bup --version >/dev/null"
|
||||
, TestCase "gpg" $ testCmd "gpg" "gpg --version >/dev/null"
|
||||
, TestCase "unicode FilePath support" $ unicodeFilePath
|
||||
] ++ shaTestCases [1, 256, 512, 224, 384]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue