aboutsummaryrefslogtreecommitdiff
path: root/Build/Configure.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-30 19:28:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-30 19:28:46 -0400
commitada8d0bebdb79b26f7168e0a77ee7ecf053bcf14 (patch)
treea5d5556e8468701e8397c394c43aa2dcc7bbc318 /Build/Configure.hs
parentfdfcf16d8d2d2475bcf9cabed3f5cd2e7a2ac4a5 (diff)
don't test host in configure
That'll fail when building offline.
Diffstat (limited to 'Build/Configure.hs')
-rw-r--r--Build/Configure.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/Configure.hs b/Build/Configure.hs
index 894feb409..96582f923 100644
--- a/Build/Configure.hs
+++ b/Build/Configure.hs
@@ -27,7 +27,6 @@ tests =
, TestCase "bup" $ testCmd "bup" "bup --version >/dev/null"
, TestCase "gpg" $ testCmd "gpg" "gpg --version >/dev/null"
, TestCase "lsof" $ testCmd "lsof" "lsof -v >/dev/null 2>&1"
- , TestCase "host" $ testCmd "host" "host localhost >/dev/null 2>&1"
, TestCase "ssh connection caching" getSshConnectionCaching
] ++ shaTestCases
[ (1, "da39a3ee5e6b4b0d3255bfef95601890afd80709")