From 0e7301ee9758ba304c7059f801e43fdfe87e75af Mon Sep 17 00:00:00 2001 From: Matej Marusak Date: Tue, 9 Jul 2019 12:30:55 +0200 Subject: [PATCH] test: Set up atomic /var/lib path This is workaround for https://github.com/projectatomic/atomic/issues/1258 --- test/vm.install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/vm.install b/test/vm.install index 3daa2139..ef9e484c 100644 --- a/test/vm.install +++ b/test/vm.install @@ -2,6 +2,9 @@ # image-customize script to install cockpit/ws container and the locally built RPM set -eux +# HACK: https://github.com/projectatomic/atomic/issues/1258 +mkdir -p /var/lib/atomic + # Install cockpit atomic install cockpit/ws # don't force https:// (self-signed cert)