test: fix apk integration test

refs #794
This commit is contained in:
Carlos Alexandro Becker
2024-03-19 10:20:05 -03:00
parent 7761491ab4
commit 2bfa63a13f
+1 -1
View File
@@ -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}'" && \