[libparse-debianchangelog-perl] 06/06: some more things dropped during the merge

Intrigeri intrigeri at moszumanska.debian.org
Sun May 24 12:37:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to tag debian_version_0_5-1
in repository libparse-debianchangelog-perl.

commit 6da59eabaccb70a089c6d85f9157e9b1cf2935ab
Author: Frank Lichtenheld <frank at lichtenheld.de>
Date:   Tue Jul 12 17:37:44 2005 +0000

    some more things dropped during the merge
---
 t/Parse-DebianChangelog.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/Parse-DebianChangelog.t b/t/Parse-DebianChangelog.t
index ae71ac6..3c2c078 100644
--- a/t/Parse-DebianChangelog.t
+++ b/t/Parse-DebianChangelog.t
@@ -76,7 +76,7 @@ foreach my $file (qw(Changes t/examples/shadow)) {
 
     my $str = $changes->dpkg_str();
 
-    ok( $str eq `dpkg-parsechangelog -l$file 2>&1`,
+    ok( $str eq `dpkg-parsechangelog -l$file`,
 	'Output of dpkg_out equal to output of dpkg-parsechangelog' );
 
     my @data = $changes->data;
@@ -86,7 +86,7 @@ foreach my $file (qw(Changes t/examples/shadow)) {
     my $oldest_version = $data[-1]->Version;
     $str = $changes->dpkg_str({ since => $oldest_version });
 
-    ok( $str eq `dpkg-parsechangelog -v$oldest_version -l$file 2>&1`,
+    ok( $str eq `dpkg-parsechangelog -v$oldest_version -l$file`,
 	'Output of dpkg_out equal to output of dpkg-parsechangelog' )
 	or diag("oldest_version=$oldest_version");
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-debianchangelog-perl.git



More information about the Pkg-perl-cvs-commits mailing list