Skip to content

Commit b3a69b3

Browse files
BrewTestBotchenrui333
authored andcommitted
dezoomify-rs 2.15.0
dezoomify-rs: update test Signed-off-by: Rui Chen <[email protected]>
1 parent 059dbb4 commit b3a69b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/d/dezoomify-rs.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class DezoomifyRs < Formula
22
desc "Tiled image downloader"
33
homepage "https://github.com/lovasoa/dezoomify-rs"
4-
url "https://github.com/lovasoa/dezoomify-rs/archive/refs/tags/v2.14.0.tar.gz"
5-
sha256 "8b8b7bc2123a14bfd0ead7657f2bfebfe112a33c8ed127ac6fed450dcda525a0"
4+
url "https://github.com/lovasoa/dezoomify-rs/archive/refs/tags/v2.15.0.tar.gz"
5+
sha256 "539853288768258caac07a559bb7050000e7e0c6e9770227b390c875c26c8ce5"
66
license "GPL-3.0-only"
77
head "https://github.com/lovasoa/dezoomify-rs.git", branch: "master"
88

@@ -50,7 +50,7 @@ def install
5050
(testpath/"testtiles_shasum.txt").write <<~EOS
5151
d0544af94eac6b418af6824554cb6bbbca8b3772261a1eb5fe9d1afb1eab458b testtile.png
5252
EOS
53-
dezoom_out = shell_output("#{bin}/dezoomify-rs tiles.yaml 2> /dev/null")
53+
dezoom_out = shell_output("#{bin}/dezoomify-rs tiles.yaml 2>&1")
5454
assert_match "Image successfully saved", dezoom_out
5555
image_dimensions = shell_output("identify -format \"%w×%h\\n\" testtile.png").strip
5656
assert_equal "512×512", image_dimensions

0 commit comments

Comments
 (0)