diff options
Diffstat (limited to 'Library/Formula/bochs.rb')
| -rw-r--r-- | Library/Formula/bochs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bochs.rb b/Library/Formula/bochs.rb index 44a016b33..ed72233c8 100644 --- a/Library/Formula/bochs.rb +++ b/Library/Formula/bochs.rb @@ -48,7 +48,7 @@ class Bochs < Formula system "make install" end - def test + test do system "#{bin}/bochs" end end |
