[Rt-commit] r8933 - rt/branches/3.7-EXPERIMENTAL/t/mail

ruz at bestpractical.com ruz at bestpractical.com
Wed Sep 5 07:44:23 EDT 2007


Author: ruz
Date: Wed Sep  5 07:44:23 2007
New Revision: 8933

Modified:
   rt/branches/3.7-EXPERIMENTAL/t/mail/gnupg-realmail.t

Log:
* oops, return back glob call

Modified: rt/branches/3.7-EXPERIMENTAL/t/mail/gnupg-realmail.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/t/mail/gnupg-realmail.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/t/mail/gnupg-realmail.t	Wed Sep  5 07:44:23 2007
@@ -62,7 +62,8 @@
     my ($eid, $usage, $format, $attachment) = @_;
     diag "email_ok $eid: $usage, $format, $attachment" if $ENV{'TEST_VERBOSE'};
 
-    my $mail = RT::Test->file_content($eid);
+    my ($file) = glob("t/data/mails/gnupg-basic-set/$eid-*");
+    my $mail = RT::Test->file_content($file);
 
     my ($status, $id) = RT::Test->send_via_mailgate($mail);
     is ($status >> 8, 0, "$eid: The mail gateway exited normally");


More information about the Rt-commit mailing list