summaryrefslogtreecommitdiff
path: root/Property/Tor.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Property/Tor.hs')
-rw-r--r--Property/Tor.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Property/Tor.hs b/Property/Tor.hs
index a4184edf..f7182120 100644
--- a/Property/Tor.hs
+++ b/Property/Tor.hs
@@ -6,6 +6,7 @@ import qualified Property.Apt as Apt
isBridge :: Property
isBridge = setup `requires` Apt.installed ["tor"]
+ `describe` "tor bridge"
where
setup = "/etc/tor/torrc" `File.hasContent`
[ "SocksPort 0"