commit a1008a6fc64183844e8b8f47149369d644c0d74c
parent 3b77ba506957638596f367ffcce476753315b109
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Tue, 24 May 2016 23:26:48 +0200
13-local-check.t: remove ", note => 1" from sbocheck test
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 };