aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tpp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tpp.rb b/Library/Formula/tpp.rb
index 9c629d0df..d0c934186 100644
--- a/Library/Formula/tpp.rb
+++ b/Library/Formula/tpp.rb
@@ -34,7 +34,7 @@ class Tpp < Formula
end
test do
- assert `#{bin}/tpp --version`.chomp ==
- "tpp - text presentation program #{version}"
+ assert_equal "tpp - text presentation program #{version}",
+ `#{bin}/tpp --version`.chomp
end
end