aboutsummaryrefslogtreecommitdiff
path: root/t/13-local-check.t
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-24 23:26:48 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-24 23:26:48 +0200
commita1008a6fc64183844e8b8f47149369d644c0d74c (patch)
tree56c11f6123df86d742b32edb3bf61e2828ba8d80 /t/13-local-check.t
parent3b77ba506957638596f367ffcce476753315b109 (diff)
downloadsbotools2-a1008a6fc64183844e8b8f47149369d644c0d74c.tar.xz
13-local-check.t: remove ", note => 1" from sbocheck test
Diffstat (limited to 't/13-local-check.t')
-rwxr-xr-xt/13-local-check.t2
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 };