Skip to content

Commit 6283700

Browse files
BrewTestBotchenrui333
authored andcommitted
podman-compose 1.3.0
podman-compose: update test Signed-off-by: Rui Chen <[email protected]>
1 parent 7231f2e commit 6283700

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/p/podman-compose.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class PodmanCompose < Formula
33

44
desc "Alternative to docker-compose using podman"
55
homepage "https://github.com/containers/podman-compose"
6-
url "https://files.pythonhosted.org/packages/bd/67/0f8cf5ef346a22ce73dfdd0e60cf81342329b71a7fc118128929f0c07b62/podman_compose-1.2.0.tar.gz"
7-
sha256 "e47665546598a48d83d30ca2709a679412824bbe84b93f61779bc863e1a6f060"
6+
url "https://files.pythonhosted.org/packages/a8/e7/0d23c675128a53bc220c296e6abdcbda872dd1fef48d4513f351f4031d24/podman_compose-1.3.0.tar.gz"
7+
sha256 "e65a70e8fa26bd195d2017ac5893149b40c0df5a0c20d480a338c4f60218b1fa"
88
license "GPL-2.0-only"
99

1010
bottle do
@@ -56,6 +56,6 @@ def install
5656
# If it's trying to connect to Podman, we know it at least found the
5757
# compose.yml file and parsed/validated the contents
5858
expected = OS.linux? ? "Error: cannot re-exec process" : "Cannot connect to Podman"
59-
assert_match expected, shell_output("#{bin}/podman-compose down 2>&1")
59+
assert_match expected, shell_output("#{bin}/podman-compose down 2>&1", 1)
6060
end
6161
end

0 commit comments

Comments
 (0)