diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-09-08 15:53:15 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-09-08 15:53:15 +0200 |
commit | ee6184eb7979ab273119e1444b7856819a36f060 (patch) | |
tree | bd348fd0d67e0fcdae1995c93dc1a7e71c473484 /t/helper | |
parent | 883908de23d82bd4de856dd7aa4865b0f71a6642 (diff) | |
download | App-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/helper')
-rw-r--r-- | t/helper/untaint.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/untaint.t b/t/helper/untaint.t index f9d8a9c..73b2c2b 100644 --- a/t/helper/untaint.t +++ b/t/helper/untaint.t @@ -1,6 +1,7 @@ use strict; use warnings; +use Log::Any::Adapter ('TAP'); use Test::More; use Test::Exception; |