diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-24 23:26:48 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-05-24 23:26:48 +0200 |
commit | a1008a6fc64183844e8b8f47149369d644c0d74c (patch) | |
tree | 56c11f6123df86d742b32edb3bf61e2828ba8d80 /t/13-local-check.t | |
parent | 3b77ba506957638596f367ffcce476753315b109 (diff) | |
download | sbotools2-a1008a6fc64183844e8b8f47149369d644c0d74c.tar.xz |
13-local-check.t: remove ", note => 1" from sbocheck test
Diffstat (limited to 't/13-local-check.t')
-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 0e8e315..edfdb78 100755 --- a/t/13-local-check.t +++ b/t/13-local-check.t @@ -51,7 +51,7 @@ sbofind 'nonexistentslackbuild', { input => "n", expected => qr/It looks like yo sbofind 'nonexistentslackbuild', { input => "y", expected => qr/It looks like you haven't run "sbosnap fetch" yet\.\nWould you like me to do this now\?/ }; # 3: sbocheck without having installed nonexistentslackbuild should not show it -sbocheck { expected => sub { $_[0] !~ /nonexistentslackbuild/}, note => 1 }; +sbocheck { expected => sub { $_[0] !~ /nonexistentslackbuild/} }; # 4: sbocheck should list nonexistentslackbuild as being newer on SBo after we've installed it sboinstall 'nonexistentslackbuild', { input => "y\ny", test => 0 }; |