summaryrefslogtreecommitdiff
path: root/pkg/bindings
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-11-18 23:58:09 +0100
committerGitHub <noreply@github.com>2021-11-18 23:58:09 +0100
commitde3924169a8c0e840688103b2500c451d73c026d (patch)
tree3a29bc7cb83e59c24bfbe32956b9d09f8fd6d288 /pkg/bindings
parentcba028c90a14e17ce2a3b7676705438aa075b352 (diff)
parent7f52bd8437dd907dec7d7a926b25b0f56b1c4c49 (diff)
downloadpodman-de3924169a8c0e840688103b2500c451d73c026d.tar.gz
podman-de3924169a8c0e840688103b2500c451d73c026d.tar.bz2
podman-de3924169a8c0e840688103b2500c451d73c026d.zip
Merge pull request #11795 from cevich/update_to_f35
Cirrus: Bump Fedora to release 35
Diffstat (limited to 'pkg/bindings')
-rw-r--r--pkg/bindings/test/common_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/bindings/test/common_test.go b/pkg/bindings/test/common_test.go
index d996595bf..233666a48 100644
--- a/pkg/bindings/test/common_test.go
+++ b/pkg/bindings/test/common_test.go
@@ -151,7 +151,7 @@ func createTempDirInTempDir() (string, error) {
}
func (b *bindingTest) startAPIService() *gexec.Session {
- cmd := []string{"--log-level=debug", "--events-backend=file", "system", "service", "--timeout=0", b.sock}
+ cmd := []string{"--log-level=debug", "system", "service", "--timeout=0", b.sock}
session := b.runPodman(cmd)
sock := strings.TrimPrefix(b.sock, "unix://")