aboutsummaryrefslogtreecommitdiff
path: root/t/test.t
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 02:54:38 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-14 02:54:38 +0100
commit2fc7eb4b1e493a79ca68230e49b8804ec18e95bc (patch)
treec8eccd6d3b0f7cfa72a9ebd961353b5838ac613d /t/test.t
parent1e75ac5258c7c5d0cdd504d7a01695333243c82b (diff)
downloadsbotools2-2fc7eb4b1e493a79ca68230e49b8804ec18e95bc.tar.xz
Don't reset SLACKWARE_VERSION for test
Diffstat (limited to 't/test.t')
-rwxr-xr-xt/test.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test.t b/t/test.t
index 631529d..95d7a48 100755
--- a/t/test.t
+++ b/t/test.t
@@ -15,7 +15,7 @@ my $sbo_home = "$pwd/sbo";
$conf_file = "$pwd/sbotools.conf";
$SBO::Lib::conf_file = $conf_file;
-@SBO::Lib::config{'LOCAL_OVERRIDES', 'REPO', 'SLACKWARE_VERSION'} = ('FALSE', 'FALSE', 'FALSE');
+@SBO::Lib::config{'LOCAL_OVERRIDES', 'REPO'} = ('FALSE', 'FALSE');
read_config;
$config{SBO_HOME} = $sbo_home;
my $repo_path = "$sbo_home/repo";