sbotools2

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

commit cc12702116cfdc4f35768b7e23d52c9a2182c31e
parent 4d762a7cb648d5572f45a176aecaf34089224a54
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Wed,  9 Mar 2016 16:18:27 +0100

Make 13-local-check.t be a bit more verbose in its first test

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

diff --git a/t/13-local-check.t b/t/13-local-check.t @@ -91,7 +91,7 @@ set_repo(); script (qw/ sbosnap fetch /, { test => 0 }); # 1: sbocheck without having installed nonexistentslackbuild should not show it -script (qw/ sbocheck /, { expected => sub { $_[0] !~ /nonexistentslackbuild/ } }); +script (qw/ sbocheck /, { expected => sub { $_[0] !~ /nonexistentslackbuild/, note => 1 } }); # 2: sbocheck should list nonexistentslackbuild as being newer on SBo after we've installed it script (qw/ sboinstall nonexistentslackbuild /, { input => "y\ny", test => 0 });