gpg recommended

This commit is contained in:
Joey Hess 2011-04-16 19:13:05 -04:00
parent 4f9fafa023
commit 1247bfeaa7
4 changed files with 8 additions and 7 deletions

View file

@ -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]