The following commit has been merged in the master branch:
commit 1b0bc5b1bc118b0444d601a512e9964be46f5d8b
Author: Raphael Geissert <[email protected]>
Date:   Sun Feb 20 12:22:07 2011 -0600

    Trim all spaces at the end of messages

diff --git a/t/runtests b/t/runtests
index b28f554..9b41e49 100755
--- a/t/runtests
+++ b/t/runtests
@@ -927,7 +927,7 @@ sub msg_queue_handler {
        my @output;
        for my $tid (keys %thrs) {
            my $p = $thrs{$tid}[-1];
-           chomp $p;
+           $p =~ s/\s+$//;
 
            push @output, $p;
        }

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to