sbotools2

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

commit 00d0f5bc0c9efcdb04aa6df88ff0afb4451b9f24
parent 927769803578cc6ad5bbf28645fc04bae45dd427
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Tue, 15 Dec 2015 10:09:31 +0100

Fix local overrides test

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

diff --git a/t/travis.t b/t/travis.t @@ -45,7 +45,7 @@ ok (! -e "/usr/sbo/repo/SLACKBUILDS.TXT.gz", "SLACKBUILDS.TXT.gz doesn't exist ( is (run(cmd => [qw/ sbofind sbotools /]), "SBo: sbotools\nPath: /usr/sbo/repo/system/sbotools\n\n", 'sbofind works'); # 11-16: Test local overrides -is (run(cmd => [qw/ sboconfig -o /, "$RealBin/LO"]), "Setting LOCAL_OVERRIDES to $RealBin/LO\n", 'setting LOCAL_OVERRIDES works'); +is (run(cmd => [qw/ sboconfig -o /, "$RealBin/LO"]), "Setting LOCAL_OVERRIDES to $RealBin/LO...\n", 'setting LOCAL_OVERRIDES works'); is (run(cmd => [qw/ sbofind nonexistentslackbuild /]), <<"LOCAL", "sbofind finds local overrides"); Local: nonexistentslackbuild2 Path: $RealBin/LO/nonexistentslackbuild2