public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/grepmail/files: 5.30.33-fix_nonexistent_mailbox_test.patch
@ 2011-01-14 13:21 Torsten Veller (tove)
  0 siblings, 0 replies; only message in thread
From: Torsten Veller (tove) @ 2011-01-14 13:21 UTC (permalink / raw
  To: gentoo-commits

tove        11/01/14 13:21:03

  Added:                5.30.33-fix_nonexistent_mailbox_test.patch
  Log:
  Fix fix_nonexistent_mailbox_test (#296657)
  
  (Portage version: 2.2.0_alpha15/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-mail/grepmail/files/5.30.33-fix_nonexistent_mailbox_test.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/grepmail/files/5.30.33-fix_nonexistent_mailbox_test.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/grepmail/files/5.30.33-fix_nonexistent_mailbox_test.patch?rev=1.1&content-type=text/plain

Index: 5.30.33-fix_nonexistent_mailbox_test.patch
===================================================================
Description: Fix FTBFS with libmail-mbox-messageparser-perl 1.5002
 From 1.5002, it does not return "No data on standard input" anymore.
Author: Vincent Legout <vincent@legout.info>
Last-Update: 2010-04-28
Bug-Debian: http://bugs.debian.org/549782
Bug-Gentoo: https://bugs.gentoo.org/296657

--- grepmail/t/nonexistent_mailbox.t
+++ grepmail/t/nonexistent_mailbox.t
@@ -13,21 +13,15 @@
   => ['none','no_such_file'],
 "$^X -MExtUtils::Command -e cat no_such_file 2>" . devnull() .
   " | grepmail pattern"
-  => ['none','no_data'],
+  => ['none','none'],
 "grepmail -E $single_quote\$email =~ /pattern/$single_quote no_such_file"
   => ['none','no_such_file'],
 "$^X -MExtUtils::Command -e cat no_such_file 2>" . devnull() .
   " | grepmail -E $single_quote\$email =~ /pattern/$single_quote"
-  => ['none','no_data'],
+  => ['none','none'],
 );
 
 my %expected_errors = (
-"$^X -MExtUtils::Command -e cat no_such_file 2>" . devnull() .
-  " | grepmail pattern"
-  => 1,
-"$^X -MExtUtils::Command -e cat no_such_file 2>" . devnull() .
-  " | grepmail -E $single_quote\$email =~ /pattern/$single_quote"
-  => 1,
 );
 
 my %localization = (






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-14 13:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14 13:21 [gentoo-commits] gentoo-x86 commit in net-mail/grepmail/files: 5.30.33-fix_nonexistent_mailbox_test.patch Torsten Veller (tove)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox