sbotools2

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

commit 2fc7eb4b1e493a79ca68230e49b8804ec18e95bc
parent 1e75ac5258c7c5d0cdd504d7a01695333243c82b
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Mon, 14 Dec 2015 02:54:38 +0100

Don't reset SLACKWARE_VERSION for test

Diffstat:
Mt/test.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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";