From 407af0476279ef3663fca00c82c5e5cdeab77312 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Wed, 9 Mar 2016 16:48:00 +0100 Subject: put the argument on the right side if the }. --- 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 9c67cb7..c56250a 100755 --- 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 }); -- cgit v1.2.3