tests/integration/09_docker.sh: align new logic

This commit is contained in:
Daniele Rondina 2020-05-30 16:47:11 +02:00
parent 9e7c7e69f8
commit 341293c403

View File

@ -61,7 +61,7 @@ testInstall() {
docker rm luet-runtime-test || true
docker run --name luet-runtime-test \
-ti -v /tmp:/tmp \
-v $tmpdir/luet.yaml:/etc/luet/.luet.yaml:ro \
-v $tmpdir/luet.yaml:/etc/luet/luet.yaml:ro \
luet:test install seed/alpine
installst=$?
assertEquals 'install test successfully' "0" "$installst"