bup is now supported as a special type of remote.
This commit is contained in:
parent
f3cf20d22a
commit
44c65f40b7
6 changed files with 144 additions and 3 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue