aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 01:23:00 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 01:23:00 +0100
commit06de74c968a4310a68f80e6366a82039dfd76e77 (patch)
tree07ede58cd3026fb149579a5eabd32e73d6edeb0d
parentefbf942beff334f14b9c2bc36ed5e8df9312e3bb (diff)
downloadsbotools2-06de74c968a4310a68f80e6366a82039dfd76e77.tar.xz
Update test with new repo_path change
-rwxr-xr-xt/test.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/test.t b/t/test.t
index 58d3237..6967cff 100755
--- a/t/test.t
+++ b/t/test.t
@@ -17,8 +17,10 @@ $conf_file = "$pwd/sbotools.conf";
$SBO::Lib::conf_file = $conf_file;
read_config;
$config{SBO_HOME} = $sbo_home;
+my $repo_path = "$sbo_home/repo";
+$SBO::Lib::repo_path = $repo_path;
$SBO::Lib::distfiles = "$sbo_home/distfiles";
-$SBO::Lib::slackbuilds_txt = "$sbo_home/SLACKBUILDS.TXT";
+$SBO::Lib::slackbuilds_txt = "$repo_path/SLACKBUILDS.TXT";
# config settings tests
is($config{DISTCLEAN}, 'FALSE', 'config{DISTCLEAN} is good');