summaryrefslogtreecommitdiff
path: root/configure.hs
diff options
context:
space:
mode:
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 0d96b3955..bf25de507 100644
--- a/configure.hs
+++ b/configure.hs
@@ -19,6 +19,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 "wget" $ testCmd "wget" "wget --version >/dev/null"
, TestCase "bup" $ testCmd "bup" "bup --version >/dev/null"
, TestCase "gpg" $ testCmd "gpg" "gpg --version >/dev/null"
] ++ shaTestCases [1, 256, 512, 224, 384]