diff options
| -rw-r--r-- | Library/Formula/mp3fs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mp3fs.rb b/Library/Formula/mp3fs.rb index 74edfa771..b1f2aaebd 100644 --- a/Library/Formula/mp3fs.rb +++ b/Library/Formula/mp3fs.rb @@ -20,7 +20,7 @@ class Mp3fs < Formula test do require 'open3' Open3.popen3("#{bin}/mp3fs", "-V") do |_, stdout, _| - /MP3FS version #{Regexp.escape(version)}/ === stdout.read + assert_match /MP3FS version #{Regexp.escape(version)}/, stdout.read end end end |
