diff options
| author | Jack Nagel | 2013-03-25 13:35:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-26 00:02:44 -0500 |
| commit | 541379260dded64fbe7ba532ca9860a19623a5e3 (patch) | |
| tree | eec83d82e38d8bb384a1782c4806be7a5c3e30c4 /Library | |
| parent | 4b80bd0d615d390e9ca8e1d257c5e812ff687619 (diff) | |
| download | homebrew-541379260dded64fbe7ba532ca9860a19623a5e3.tar.bz2 | |
tlsdate: fix test
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tlsdate.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tlsdate.rb b/Library/Formula/tlsdate.rb index 689b2b601..300da08c9 100644 --- a/Library/Formula/tlsdate.rb +++ b/Library/Formula/tlsdate.rb @@ -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 |
