From 9f67ad7a29a0b7e3d969b7e2e513635dbc25a54f Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Thu, 22 Sep 2016 16:05:15 -0400 Subject: [PATCH] Correcting test too --- tests/image.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/image.bats b/tests/image.bats index a40d90c..0293299 100644 --- a/tests/image.bats +++ b/tests/image.bats @@ -34,7 +34,7 @@ load ../common } @test "Cache directory created" { - docker run -i $maintainer/$imagename find /opt/comanage/comanage-registry-1.0.5/app/tmp/cache/persistent/ + docker run -i $maintainer/$imagename find /opt/comanage/comanage-registry-1.0.5/app/tmp/cache }