aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cloog.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cloog.rb b/Library/Formula/cloog.rb
index 13329b1b5..3e0bd19d1 100644
--- a/Library/Formula/cloog.rb
+++ b/Library/Formula/cloog.rb
@@ -37,7 +37,7 @@ class Cloog < Formula
Open3.popen3("#{bin}/cloog", "/dev/stdin") do |stdin, stdout, _|
stdin.write(cloog_source)
stdin.close
- /Generated from \/dev\/stdin by CLooG/ === stdout.read
+ assert_match /Generated from \/dev\/stdin by CLooG/, stdout.read
end
end
end