The following commit has been merged in the master branch:
commit 1b0bc5b1bc118b0444d601a512e9964be46f5d8b
Author: Raphael Geissert <atom...@gmail.com>
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 debian-lint-maint-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1prdwo-0007va...@alioth.debian.org

Reply via email to