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