From 341293c4032a22d5610083fad822743679f74ea0 Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Sat, 30 May 2020 16:47:11 +0200 Subject: [PATCH] tests/integration/09_docker.sh: align new logic --- tests/integration/09_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/09_docker.sh b/tests/integration/09_docker.sh index 74de825f..169301f0 100755 --- a/tests/integration/09_docker.sh +++ b/tests/integration/09_docker.sh @@ -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"