From 01a7a941d21a1638033e520f304d118ec0d21c83 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 1 Mar 2001 10:09:46 +0000 Subject: Use oiptions field as *server* options. svn path=/trunk/; revision=3165 --- torturetest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/torturetest.py b/torturetest.py index 0831f634..efc1bde4 100755 --- a/torturetest.py +++ b/torturetest.py @@ -41,9 +41,9 @@ class TestSite: def entryprint(self): "Print a .fetchmailrc entry corresponding to a site entry." - return "poll %s-%s via %s with proto %s\n" \ - " user %s there with password %s is esr here %s\n\n" \ - % (self.host,self.proto,self.host,self.proto,self.userid,self.password,self.options) + return "poll %s-%s via %s with proto %s %s\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): "Print an HTML server-type table entry." -- cgit v1.2.3