aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-15 09:50:37 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-15 09:50:37 +0100
commit0c9c89c60033f7dc1e9251ab21b31d6d45174244 (patch)
tree791f32fffd7973b9f437fb95b7d60045a2e8cd2d
parent2232b100b7aaf34085d18f4f37afabd75f123f60 (diff)
downloadsbotools2-0c9c89c60033f7dc1e9251ab21b31d6d45174244.tar.xz
Add missing comma to 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 d8dfcf9..3de3512 100755
--- a/t/travis.t
+++ b/t/travis.t
@@ -41,7 +41,7 @@ ok (! -e "/usr/sbo/repo/SLACKBUILDS.TXT", "SLACKBUILDS.TXT doesn't exist");
is (run(cmd => [qw! sboconfig -r https://github.com/Ponce/slackbuilds.git !]), "Setting REPO to https://github.com/Ponce/slackbuilds.git...", 'setting REPO works');
like (run(cmd => [qw/ sbosnap fetch /]), qr!Pulling SlackBuilds tree.*Cloning into '/usr/sbo/repo'!s, 'sbosnap fetch works from alternative REPO');
ok (-e "/usr/sbo/repo/SLACKBUILDS.TXT", "SLACKBUILDS.TXT exists (REPO)");
-ok (! -e "/usr/sbo/repo/SLACKBUILDS.TXT.gz" "SLACKBUILDS.TXT.gz doesn't exist (REPO)");
+ok (! -e "/usr/sbo/repo/SLACKBUILDS.TXT.gz", "SLACKBUILDS.TXT.gz doesn't exist (REPO)");
is (run(cmd => [qw/ sbofind sbotools /]), "SBo: sbotools\nPath: /usr/sbo/repo/system/sbotools\n\n", 'sbofind works');
# 11-16: Test local overrides