aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sendemail.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sendemail.rb b/Library/Formula/sendemail.rb
index f69480942..48e5d482e 100644
--- a/Library/Formula/sendemail.rb
+++ b/Library/Formula/sendemail.rb
@@ -10,6 +10,6 @@ class Sendemail < Formula
end
test do
- `#{bin}/sendemail`.strip =~ /sendemail-#{Regexp.escape(version)}/
+ assert_match /sendemail-#{Regexp.escape(version)}/, `#{bin}/sendemail`.strip
end
end