From 63fd4a5b7fa03459316d5844474a37b9b7256619 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Sat, 3 Oct 2020 20:00:21 +0200 Subject: Revert "Testsuite: Provide '>>> ' for script input to allow binary data" This reverts commit f7ec095232186edba2b7137594bfdd7d7b7f9504. --- test/runtest | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'test/runtest') diff --git a/test/runtest b/test/runtest index 9621e276e..4972aedd8 100755 --- a/test/runtest +++ b/test/runtest @@ -2766,9 +2766,8 @@ else { tests_exit(-1, "Command unrecognized in line $lineno: $_"); } # Run the command, with stdin connected to a pipe, and write the stdin data -# to it, with appropriate substitutions. If a starts with '>>> ', process it -# via Perl's string eval(). -# If the command contains +# to it, with appropriate substitutions. If a line ends with \NONL\, chop off +# the terminating newline (and the \NONL\). If the command contains # -DSERVER=server add "-server" to the command, where it will adjoin the name # for the stderr file. See comment above about the use of -DSERVER. @@ -2782,8 +2781,7 @@ while (