Skip to content

Commit

Permalink
test: fix apk integration test
Browse files Browse the repository at this point in the history
refs #794
  • Loading branch information
caarlos0 committed Mar 19, 2024
1 parent 7761491 commit 2bfa63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/acceptance/apk.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ RUN command -v zsh

# ---- env-var-version test ----
FROM min AS env-var-version
ENV EXPECTVER="foo-1.0.00.1.b1 description:"
ENV EXPECTVER="foo-1.0.0_0.1.b1-git.abcdefgh description:"
RUN apk info foo | grep "foo-" | grep " description:" > found
RUN export FOUND_VER="$(cat found)" && \
echo "Expected: '${EXPECTVER}' :: Found: '${FOUND_VER}'" && \
Expand Down

0 comments on commit 2bfa63a

Please sign in to comment.