bup is now supported as a special type of remote.

This commit is contained in:
Joey Hess 2011-04-08 16:44:43 -04:00
parent f3cf20d22a
commit 44c65f40b7
6 changed files with 144 additions and 3 deletions

View file

@ -15,6 +15,7 @@ tests =
, TestCase "xargs -0" $ requireCmd "xargs_0" "xargs -0 </dev/null"
, 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 "unicode FilePath support" $ unicodeFilePath
] ++ shaTestCases [1, 256, 512, 224, 384]