From a1008a6fc64183844e8b8f47149369d644c0d74c Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Tue, 24 May 2016 23:26:48 +0200 Subject: 13-local-check.t: remove ", note => 1" from sbocheck 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 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 }; -- cgit v1.2.3