Skip to content

Commit 6a0d7f3

Browse files
BrewTestBotcho-m
authored andcommitted
czkawka 10.0.0
1 parent 01c143f commit 6a0d7f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/c/czkawka.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Czkawka < Formula
22
desc "Duplicate file utility"
33
homepage "https://github.com/qarmin/czkawka"
4-
url "https://github.com/qarmin/czkawka/archive/refs/tags/9.0.0.tar.gz"
5-
sha256 "2b2f419e1c733cad763eceb95eff28b1302e0926c247fdfd98e2f29f6f7866ee"
4+
url "https://github.com/qarmin/czkawka/archive/refs/tags/10.0.0.tar.gz"
5+
sha256 "66ff3c231abe2feaeb377f52bb188eb81686c162d7f3fd28ed5b7374f0046c48"
66
license all_of: ["MIT", "CC-BY-4.0"]
77

88
bottle do
@@ -53,8 +53,8 @@ def caveats
5353
end
5454

5555
test do
56-
output = shell_output("#{bin}/czkawka_cli dup --directories #{testpath}")
57-
assert_match "Not found any duplicates", output
56+
system bin/"czkawka_cli", "dup", "--directories", testpath, "--file-to-save", "results.txt"
57+
assert_match "Not found any duplicates", File.read("results.txt")
5858

5959
assert_match version.to_s, shell_output("#{bin}/czkawka_cli --version")
6060
end

0 commit comments

Comments
 (0)