tag: fix audit.

This commit is contained in:
Mike McQuaid 2013-11-06 15:35:27 +00:00
parent e40174d615
commit 2b117f0ab3

View file

@ -16,7 +16,7 @@ class Tag < Formula
test do
test_tag = 'test_tag'
test_file = Pathname.pwd+'test_file'
FileUtils.touch test_file
touch test_file
system "#{bin}/tag", '--add', test_tag, test_file
assert `#{bin}/tag --list --no-name #{test_file}`.chomp == test_tag
end