[exim-cvs] testsuite: fix runtest (File::Copy used in anothe…

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] testsuite: fix runtest (File::Copy used in another place)
Gitweb: https://git.exim.org/exim.git/commitdiff/bf3e317e5a01916a351278597c6c0664ed198ddc
Commit:     bf3e317e5a01916a351278597c6c0664ed198ddc
Parent:     47e7b0467bf1af70378ed5fd4accfb4da60e38bb
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Sat Apr 3 10:55:03 2021 +0200
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Sat Apr 3 11:22:15 2021 +0200


    testsuite: fix runtest (File::Copy used in another place)
---
 test/runtest | 1 +
 1 file changed, 1 insertion(+)


diff --git a/test/runtest b/test/runtest
index c9a07e0..8586179 100755
--- a/test/runtest
+++ b/test/runtest
@@ -29,6 +29,7 @@ use File::Basename;
use Pod::Usage;
use Getopt::Long;
use FindBin qw'$RealBin';
+use File::Copy;

use lib "$RealBin/lib";
use Exim::Runtest;