From e72123a74b3003d3b18f588d3b186951ffdc705e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 24 Sep 2001 17:42:15 +0000 Subject: Quote password so we don't choke on weird ones. svn path=/trunk/; revision=3474 --- torturetest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'torturetest.py') 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): -- cgit v1.2.3