summaryrefslogtreecommitdiffstats
path: root/t/handle_added_archives_with_db.t
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-09-08 15:53:15 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-09-08 15:53:15 +0200
commitee6184eb7979ab273119e1444b7856819a36f060 (patch)
treebd348fd0d67e0fcdae1995c93dc1a7e71c473484 /t/handle_added_archives_with_db.t
parent883908de23d82bd4de856dd7aa4865b0f71a6642 (diff)
downloadApp-BorgRestore-ee6184eb7979ab273119e1444b7856819a36f060.tar.gz
App-BorgRestore-ee6184eb7979ab273119e1444b7856819a36f060.tar.xz
Add TAP log adapter to all tests
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 't/handle_added_archives_with_db.t')
-rw-r--r--t/handle_added_archives_with_db.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/handle_added_archives_with_db.t b/t/handle_added_archives_with_db.t
index a59084c..677953e 100644
--- a/t/handle_added_archives_with_db.t
+++ b/t/handle_added_archives_with_db.t
@@ -1,6 +1,7 @@
use strict;
use warnings;
+use Log::Any::Adapter ('TAP');
use POSIX qw(tzset);
use Test::Differences;
use Test::MockObject;