From 218b44ec1bbb754f9fbd393fb5b9793fc5654680 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet <jim.van.fleet@levvel.io> Date: Mon, 14 Nov 2016 10:32:32 -0500 Subject: [PATCH] Adding tests regarding patch organization for installer --- tests/image.bats | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/image.bats b/tests/image.bats index 4ae05772..8c6fd9d4 100644 --- a/tests/image.bats +++ b/tests/image.bats @@ -38,6 +38,10 @@ load ../common docker run -i $maintainer/$imagename find /opt/grouper/$version/grouper.ws-$version } +@test "Tarball patch directory created" { + docker run -i $maintainer/$imagename find /opt/grouper/$version/tarballs/patches +} + # Skipping: Unknown how much reconstruction we miss this way. [jvf]