commit 407af0476279ef3663fca00c82c5e5cdeab77312
parent cc12702116cfdc4f35768b7e23d52c9a2182c31e
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Wed, 9 Mar 2016 16:48:00 +0100
put the argument on the right side if the }.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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/, note => 1 } });
+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 });