aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tag.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tag.rb b/Library/Formula/tag.rb
index 14d9622a4..860e5ac47 100644
--- a/Library/Formula/tag.rb
+++ b/Library/Formula/tag.rb
@@ -18,6 +18,6 @@ class Tag < Formula
test_file = Pathname.pwd+'test_file'
touch test_file
system "#{bin}/tag", '--add', test_tag, test_file
- assert `#{bin}/tag --list --no-name #{test_file}`.chomp == test_tag
+ assert_equal test_tag, `#{bin}/tag --list --no-name #{test_file}`.chomp
end
end