tlsdate: fix test
This commit is contained in:
parent
a9dc00811c
commit
c2d20afc74
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ class Tlsdate < Formula
|
|||
system 'make', 'install'
|
||||
end
|
||||
|
||||
def test
|
||||
system 'tlsdate', '--verbose', '--dont-set-clock'
|
||||
test do
|
||||
system "#{bin}/tlsdate", "--verbose", "--dont-set-clock"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue