File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,10 @@ foreach my $name ('localhost', 'inherits') {
161
161
162
162
my $ctx = Net::SSLeay::CTX_new() or die (" Failed to create SSL_CTX $! " );
163
163
$t -> write_file(' password' , ' localhost' );
164
+
165
+ open OLDERR, " >&" , \*STDERR ; close STDERR ;
164
166
$t -> run();
167
+ open STDERR , " >&" , \*OLDERR;
165
168
166
169
# ##############################################################################
167
170
Original file line number Diff line number Diff line change @@ -190,7 +190,9 @@ my $ctx = new IO::Socket::SSL::SSL_Context(
190
190
SSL_verify_mode => IO::Socket::SSL::SSL_VERIFY_NONE(),
191
191
SSL_session_cache_size => 100);
192
192
193
+ open OLDERR, " >&" , \*STDERR ; close STDERR ;
193
194
$t -> run();
195
+ open STDERR , " >&" , \*OLDERR;
194
196
195
197
# ##############################################################################
196
198
You can’t perform that action at this time.
0 commit comments