Re: [HACKERS] Duplicate 'use' for TestLib in 001_ssltests.pl

2016-01-07 Thread Magnus Hagander
On Fri, Jan 8, 2016 at 8:37 AM, Michael Paquier wrote: > On Fri, Jan 8, 2016 at 4:16 PM, Kyotaro HORIGUCHI > wrote: > > Hello, I noticed that 001_ssltests.pl uselessly (perhaps) imports > > TestLib twice. Is this intentional? The following change made no > > differences. > > > > > > diff --git a

Re: [HACKERS] Duplicate 'use' for TestLib in 001_ssltests.pl

2016-01-07 Thread Michael Paquier
On Fri, Jan 8, 2016 at 4:16 PM, Kyotaro HORIGUCHI wrote: > Hello, I noticed that 001_ssltests.pl uselessly (perhaps) imports > TestLib twice. Is this intentional? The following change made no > differences. > > > diff --git a/src/test/ssl/t/001_ssltests.pl b/src/test/ssl/t/001_ssltests.pl > index

[HACKERS] Duplicate 'use' for TestLib in 001_ssltests.pl

2016-01-07 Thread Kyotaro HORIGUCHI
Hello, I noticed that 001_ssltests.pl uselessly (perhaps) imports TestLib twice. Is this intentional? The following change made no differences. diff --git a/src/test/ssl/t/001_ssltests.pl b/src/test/ssl/t/001_ssltests.pl index 9ce0cf3..cd38e45 100644 --- a/src/test/ssl/t/001_ssltests.pl +++ b/src