diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-12 13:35:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 13:35:15 -0700 |
commit | 486a1173312279a06836246e26083e7a36cd2591 (patch) | |
tree | 04f1fbfa11c0c2c35a7035bcdac6aa1e0189275a /contrib/cirrus/integration_test.sh | |
parent | 5b4e91db73a80f31f67b7c28832527e64b074b74 (diff) | |
parent | 440e97c2c06772e90aa3594d96027c05c2700c59 (diff) | |
download | podman-486a1173312279a06836246e26083e7a36cd2591.tar.gz podman-486a1173312279a06836246e26083e7a36cd2591.tar.bz2 podman-486a1173312279a06836246e26083e7a36cd2591.zip |
Merge pull request #6196 from mheon/remote_libpod_conf
Remove libpod.conf from repo
Diffstat (limited to 'contrib/cirrus/integration_test.sh')
-rwxr-xr-x | contrib/cirrus/integration_test.sh | 1 |
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 |