diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-03-09 16:48:00 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-03-09 16:48:00 +0100 |
commit | 407af0476279ef3663fca00c82c5e5cdeab77312 (patch) | |
tree | 9a940d20c66a303fd89916b14667139ccacc5dce | |
parent | cc12702116cfdc4f35768b7e23d52c9a2182c31e (diff) | |
download | sbotools2-407af0476279ef3663fca00c82c5e5cdeab77312.tar.xz |
put the argument on the right side if the }.
-rwxr-xr-x | t/13-local-check.t | 2 |
1 files changed, 1 insertions, 1 deletions
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 }); |