aboutsummaryrefslogtreecommitdiff
path: root/t/travis.t
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-15 10:09:31 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-15 10:09:31 +0100
commit00d0f5bc0c9efcdb04aa6df88ff0afb4451b9f24 (patch)
tree0de903600d720c30bcd366e10062fda2939c3d30 /t/travis.t
parent927769803578cc6ad5bbf28645fc04bae45dd427 (diff)
downloadsbotools2-00d0f5bc0c9efcdb04aa6df88ff0afb4451b9f24.tar.xz
Fix local overrides test
Diffstat (limited to 't/travis.t')
-rwxr-xr-xt/travis.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/travis.t b/t/travis.t
index 73bc044..b762106 100755
--- 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