tag: fix audit.
This commit is contained in:
parent
e40174d615
commit
2b117f0ab3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Tag < Formula
|
||||||
test do
|
test do
|
||||||
test_tag = 'test_tag'
|
test_tag = 'test_tag'
|
||||||
test_file = Pathname.pwd+'test_file'
|
test_file = Pathname.pwd+'test_file'
|
||||||
FileUtils.touch test_file
|
touch test_file
|
||||||
system "#{bin}/tag", '--add', test_tag, test_file
|
system "#{bin}/tag", '--add', test_tag, test_file
|
||||||
assert `#{bin}/tag --list --no-name #{test_file}`.chomp == test_tag
|
assert `#{bin}/tag --list --no-name #{test_file}`.chomp == test_tag
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue