diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-04-27 18:44:02 +0200 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-04-29 14:06:54 +0200 |
commit | a48c37df3765f42c779ac0674eb021f955ed9c07 (patch) | |
tree | ee491d29f01c292d36bf8aa09d9211a51cbc88b1 /go.mod | |
parent | 69c479b16e19f4f919fa820aeafe90cb113b8e0a (diff) | |
download | podman-a48c37df3765f42c779ac0674eb021f955ed9c07.tar.gz podman-a48c37df3765f42c779ac0674eb021f955ed9c07.tar.bz2 podman-a48c37df3765f42c779ac0674eb021f955ed9c07.zip |
fix broken hooks-dir test
The test has been broken since it was added 4 years ago. Instead of
using hardcoded paths we should use tmp files.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,7 +42,6 @@ require ( github.com/json-iterator/go v1.1.12 github.com/mattn/go-isatty v0.0.14 github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 - github.com/mrunalp/fileutils v0.5.0 github.com/nxadm/tail v1.4.8 github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.19.0 |