diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-03-09 16:18:27 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-03-09 16:18:27 +0100 |
commit | cc12702116cfdc4f35768b7e23d52c9a2182c31e (patch) | |
tree | 88647c115e0f695fd0b58a52e573e50378d79a9c | |
parent | 4d762a7cb648d5572f45a176aecaf34089224a54 (diff) | |
download | sbotools2-cc12702116cfdc4f35768b7e23d52c9a2182c31e.tar.xz |
Make 13-local-check.t be a bit more verbose in its first test
-rwxr-xr-x | t/13-local-check.t | 2 |
1 files changed, 1 insertions, 1 deletions
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 }); |