From e0bfabea2f76f45f8bb1450221d0d10cbcc9a516 Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Sat, 1 Sep 2012 00:09:16 -0500 Subject: make test.t use lib . instead of perl -I --- t/test.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/test.t b/t/test.t index 36306c4..0230830 100755 --- a/t/test.t +++ b/t/test.t @@ -1,4 +1,4 @@ -#!/usr/bin/perl -I/home/d4wnr4z0r/projects/slack14/sbotools/t +#!/usr/bin/env perl use 5.16.0; use strict; @@ -7,6 +7,7 @@ use File::Temp qw(tempdir tempfile); use Test::More tests => 87; use File::Copy; use Text::Diff; +use lib "."; use SBO::Lib; my $sbo_home = '/home/d4wnr4z0r/sbo.git/slackbuilds'; -- cgit v1.2.3