rdfind: audit fixes

master
Tomasz Pajor 2016-03-19 21:43:12 +01:00 committed by Xu Cheng
parent b52b5ed41a
commit e7089c3485
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Rdfind < Formula
mkdir "folder"
touch "folder/file1"
touch "folder/file2"
system "#{bin}/rdfind -deleteduplicates true -ignoreempty false folder"
system "#{bin}/rdfind", "-deleteduplicates", "true", "-ignoreempty", "false", "folder"
assert File.exist?("folder/file1")
assert !File.exist?("folder/file2")
end