scrub: fix brew audit warning
Closes Homebrew/homebrew#50328. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
51bd7d5e5e
commit
a2e480c44f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Scrub < Formula
|
|||
path.write "foo"
|
||||
|
||||
output = `#{bin}/scrub -r -p dod #{path}`
|
||||
assert output.include?("scrubbing #{path}")
|
||||
assert_match "scrubbing #{path}", output
|
||||
assert_equal 0, $?.exitstatus
|
||||
assert !File.exist?(path)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue