summaryrefslogtreecommitdiff
path: root/contrib/cirrus/integration_test.sh
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-05-12 14:15:44 -0400
committerMatthew Heon <mheon@redhat.com>2020-05-12 14:15:44 -0400
commit440e97c2c06772e90aa3594d96027c05c2700c59 (patch)
tree04f1fbfa11c0c2c35a7035bcdac6aa1e0189275a /contrib/cirrus/integration_test.sh
parent5b4e91db73a80f31f67b7c28832527e64b074b74 (diff)
downloadpodman-440e97c2c06772e90aa3594d96027c05c2700c59.tar.gz
podman-440e97c2c06772e90aa3594d96027c05c2700c59.tar.bz2
podman-440e97c2c06772e90aa3594d96027c05c2700c59.zip
Remove libpod.conf from repo
Now that we're shipping containers.conf, we don't want to provide a libpod.conf anymore. This removes libpod.conf from the repo and as many direct uses as I can find. There are a few more mentions in the documentation, but someone more familiar with containers.conf should make those edits. Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'contrib/cirrus/integration_test.sh')
-rwxr-xr-xcontrib/cirrus/integration_test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cirrus/integration_test.sh b/contrib/cirrus/integration_test.sh
index 6341bcb4a..0f2b2ab7e 100755
--- a/contrib/cirrus/integration_test.sh
+++ b/contrib/cirrus/integration_test.sh
@@ -50,7 +50,6 @@ case "$SPECIALMODE" in
none)
make
make install PREFIX=/usr ETCDIR=/etc
- make install.config PREFIX=/usr
make test-binaries
if [[ "$TEST_REMOTE_CLIENT" == "true" ]]
then