diff options
Diffstat (limited to 'Library/Formula/di.rb')
| -rw-r--r-- | Library/Formula/di.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/di.rb b/Library/Formula/di.rb index 6d31ba6d0..923cbab40 100644 --- a/Library/Formula/di.rb +++ b/Library/Formula/di.rb @@ -10,7 +10,7 @@ class Di < Formula system "make", "install", "prefix=#{prefix}", "DI_MANDIR=#{man1}" end - def test + test do system "#{bin}/di" end end |
