diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-04 00:39:17 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-04 00:39:17 +0200 |
commit | e9227856cba2d163e75b0cc156ef9bd67d7ac422 (patch) | |
tree | 806c408b1fbccc394f57c1f2960237d695d64e3b | |
parent | 7c8bfc644eba97532d8b914306365b1a225beb3d (diff) | |
download | sbotools2-e9227856cba2d163e75b0cc156ef9bd67d7ac422.tar.xz |
18-snap.t: remove unused libraries
-rwxr-xr-x | t/18-snap.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/18-snap.t b/t/18-snap.t index cb01196..d81c785 100755 --- 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; |