sbotools2

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

commit 41924c84dbebcbe8d628ada190b464a89db81a2b
parent 728fed6f7d548cceabc508636be6c575648532eb
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Wed, 10 Aug 2016 11:48:28 +0200

29-race-sboremove.t: no need to use lib ../SBO-Lib/lib

Diffstat:
Mt/28-race-sboremove.t | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/t/28-race-sboremove.t b/t/28-race-sboremove.t @@ -5,7 +5,6 @@ use warnings; use Test::More; use Test::Exit; use FindBin '$RealBin'; -use lib "$RealBin/../SBO-Lib/lib"; use lib $RealBin; use Capture::Tiny qw/ capture_merged /; use File::Temp 'tempdir';