aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index a9b6e6ff3..c7c95a222 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -471,6 +471,14 @@ sub singletest {
if (@replycheck) {
# we use this file instead to check the final output against
+
+ my %hash = getpartattr("reply", "datacheck");
+ if($hash{'nonewline'}) {
+ # Yes, we must cut off the final newline from the final line
+ # of the datacheck
+ chomp($replycheck[$#replycheck]);
+ }
+
@reply=@replycheck;
}