diff --git a/tests/running.bats b/tests/running.bats index b9da100..879fe4c 100644 --- a/tests/running.bats +++ b/tests/running.bats @@ -3,5 +3,5 @@ load ../common @test "Has fired autorun firstrun" { - docker run -i $maintainer/$imagename find /opt/log/autoexec.firstrun.log + docker exec -i $imagename find /opt/log/autoexec.firstrun.log }