diff options
-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; |