aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtorturetest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/torturetest.py b/torturetest.py
index c038fe52..fc5412fc 100755
--- a/torturetest.py
+++ b/torturetest.py
@@ -42,7 +42,7 @@ class TestSite:
def entryprint(self):
"Print a .fetchmailrc entry corresponding to a site entry."
return "poll %s-%s via %s with proto %s %s\n" \
- " user %s there with password %s is esr here\n\n" \
+ " user %s there with password '%s' is esr here\n\n" \
% (self.host,self.proto,self.host,self.proto,self.options,self.userid,self.password)
def tableprint(self):