aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-15 11:29:44 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-15 11:29:44 +0100
commit15ba93659d60531d082d5d72819d5b01f452c2dd (patch)
treef097c14a6f6b656f5b2a5751a23897b7d9928b17
parentbdee859ccd8eb42a0f347c7755d62b8c7b1c3e2d (diff)
downloadsbotools2-15ba93659d60531d082d5d72819d5b01f452c2dd.tar.xz
Wrong case in SLACKBUILDS.TXT filename
-rwxr-xr-xt/travis.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/travis.t b/t/travis.t
index 9a0c369..94872d7 100755
--- a/t/travis.t
+++ b/t/travis.t
@@ -57,7 +57,7 @@ SKIP: {
is (run(cmd => [qw/ sboconfig -o /, "$RealBin/LO"]), "Setting LOCAL_OVERRIDES to $RealBin/LO...\n", 'setting LOCAL_OVERRIDES works');
my $skip = 0;
SKIP: {
- if ($ENV{TEST_ONLINE} ne '1') { $skip = !(system(qw! mkdir -p /usr/sbo/repo !) == 0 and system(qw! touch /usr/sbo/repo/SLACKBUILDS.txt !) == 0) }
+ if ($ENV{TEST_ONLINE} ne '1') { $skip = !(system(qw! mkdir -p /usr/sbo/repo !) == 0 and system(qw! touch /usr/sbo/repo/SLACKBUILDS.TXT !) == 0) }
skip "Online testing disabled (TEST_ONLINE!=1) and could not create dummy SLACKBUILDS.txt", 9 if $skip;
is (run(cmd => [qw/ sbofind nonexistentslackbuild /]), <<"LOCAL", "sbofind finds local overrides");