diff options
Diffstat (limited to 'Library/Formula/xorriso.rb')
| -rw-r--r-- | Library/Formula/xorriso.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xorriso.rb b/Library/Formula/xorriso.rb index 2bff26f5b..b22fc6c98 100644 --- a/Library/Formula/xorriso.rb +++ b/Library/Formula/xorriso.rb @@ -12,7 +12,7 @@ class Xorriso < Formula system "make install" end - def test + test do system "#{bin}/xorriso", "--help" end end |
