aboutsummaryrefslogtreecommitdiff
path: root/t/03-travis.t
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2018-02-14 14:35:37 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2018-02-14 14:35:37 +0100
commit86f86f05995b8fb9dc56c4954417ad0bbe200794 (patch)
tree2e381ea0aabacfa646af3a840b97b792522a29c3 /t/03-travis.t
parenta090d49ae630cf95b923d8a4f979eff0b7a66cb8 (diff)
downloadsbotools2-86f86f05995b8fb9dc56c4954417ad0bbe200794.tar.xz
t/: Fix up tests
Diffstat (limited to 't/03-travis.t')
-rwxr-xr-xt/03-travis.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/03-travis.t b/t/03-travis.t
index 5733930..835a2d2 100755
--- a/t/03-travis.t
+++ b/t/03-travis.t
@@ -73,7 +73,7 @@ Path: $RealBin/LO/nonexistentslackbuild8!
} };
sboinstall qw/ -r nonexistentslackbuild /,
- { expected => qr/nonexistentslackbuild added to install queue[.].*perf[.]dummy' saved.*Cleaning for nonexistentslackbuild-1[.]0/s };
+ { expected => qr/nonexistentslackbuild added to install queue[.].*perf[.]dummy. saved.*Cleaning for nonexistentslackbuild-1[.]0/s };
sboremove qw/ --nointeractive nonexistentslackbuild /, { expected => qr/Removing 1 package\(s\).*nonexistentslackbuild.*All operations have completed/s };
is (system(qw!/sbin/installpkg nonexistentslackbuild-0.9-noarch-1_SBo.tgz!), 0, 'Old version fake installed');
sbocheck { expected => qr/Updating SlackBuilds tree.*Checking for updated SlackBuilds.*nonexistentslackbuild 0[.]9.*needs updating/s };