sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit e9227856cba2d163e75b0cc156ef9bd67d7ac422
parent 7c8bfc644eba97532d8b914306365b1a225beb3d
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Wed,  4 May 2016 00:39:17 +0200

18-snap.t: remove unused libraries

Diffstat:
Mt/18-snap.t | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/t/18-snap.t b/t/18-snap.t @@ -7,9 +7,7 @@ use Test::More; use Capture::Tiny qw/ capture_merged /; use FindBin '$RealBin'; use lib $RealBin; -use lib "$RealBin/../SBO-Lib/lib"; use Test::Sbotools qw/ sbosnap /; -use SBO::Lib 'open_fh'; plan tests => 2;