diff options
| author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 02:54:38 +0100 | 
|---|---|---|
| committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 02:54:38 +0100 | 
| commit | 2fc7eb4b1e493a79ca68230e49b8804ec18e95bc (patch) | |
| tree | c8eccd6d3b0f7cfa72a9ebd961353b5838ac613d /t | |
| parent | 1e75ac5258c7c5d0cdd504d7a01695333243c82b (diff) | |
| download | sbotools2-2fc7eb4b1e493a79ca68230e49b8804ec18e95bc.tar.xz | |
Don't reset SLACKWARE_VERSION for test
Diffstat (limited to 't')
| -rwxr-xr-x | t/test.t | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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"; | 
