Revert "Testsuite: Provide '>>> ' for script input to allow binary data"
[users/heiko/exim.git] / test / README
index 34f09ff08339b093e9d53a5d8763dc6c97313034..d944b29ac8ec792b96908499f8b84f2275228c66 100644 (file)
@@ -862,12 +862,6 @@ The remaining commands are followed by data lines for their standard input,
 terminated by four asterisks. Even if no data is required for the particular
 usage, the asterisks must be given.
 
-If the input line starts with '>>> ', this prefix and any trailing spaces
-(including line feed) are removed. The reminder is processed with Perl's string
-eval() function, effectivly evaluatiing escape sequences like '\x41', '\r', and
-such.  If you need a line feed there, you need to encode it according to your
-needs.
-
 
   background
 
@@ -882,6 +876,7 @@ except that the data it generates is copied to the end of the test-stdout file
 as well as to the named file.
 
 
+
   client [<options>] <ip address> <port> [<outgoing interface>]
 
 This command runs the auxiliary "client" program that simulates an SMTP client.