From cc12702116cfdc4f35768b7e23d52c9a2182c31e Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Wed, 9 Mar 2016 16:18:27 +0100 Subject: Make 13-local-check.t be a bit more verbose in its first test --- t/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 index 38d94a4..9c67cb7 100755 --- 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 }); -- cgit v1.2.3