summaryrefslogtreecommitdiff
path: root/configure.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-04-08 16:44:43 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-04-08 16:44:43 -0400
commit44c65f40b7f67ee5d53769c6e5fc87f2c7849425 (patch)
tree3d41b85226cd8218f8758e5dcccde0b8f58948df /configure.hs
parentf3cf20d22a5c27b83138c4ee062edb7532fecbb3 (diff)
bup is now supported as a special type of remote.
Diffstat (limited to 'configure.hs')
-rw-r--r--configure.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.hs b/configure.hs
index d340f937d..4ab305239 100644
--- a/configure.hs
+++ b/configure.hs
@@ -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]