From 2fc7eb4b1e493a79ca68230e49b8804ec18e95bc Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Mon, 14 Dec 2015 02:54:38 +0100 Subject: Don't reset SLACKWARE_VERSION for test --- t/test.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/test.t') 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"; -- cgit v1.2.3