/[Apache-SVN]/spamassassin/trunk/t/regexp_valid.t
ViewVC logotype

Diff of /spamassassin/trunk/t/regexp_valid.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/t/regexp_valid.t	2005/05/19 01:18:10	170851
+++ spamassassin/trunk/t/regexp_valid.t	2005/05/19 01:24:06	170852
@@ -35,7 +35,7 @@ open(OLDERR, ">&STDERR") || die "Cannot
 # create a file descriptior for logging STDERR
 # (we do not want warnings for regexps we know are invalid)
 my $fh = IO::File->new_tmpfile();
-open(LOGERR, ">".fileno($fh)) || die "Cannot create LOGERR temp file";
+open(LOGERR, ">&".fileno($fh)) || die "Cannot create LOGERR temp file";
 
 # quiet "used only once" warnings
 1 if *OLDERR;

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26