diff options
author | Ed Santiago <santiago@redhat.com> | 2021-12-01 12:56:07 -0700 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2021-12-01 14:06:22 -0700 |
commit | 65109494bca511fbcfd36c8d5b2f70e33c210409 (patch) | |
tree | bcc0242bde9f4895a30dfade10ab3afff8046740 /test/utils | |
parent | 3ac1b9bc0f1d45289d0f014d667f7b45302992b6 (diff) | |
download | podman-65109494bca511fbcfd36c8d5b2f70e33c210409.tar.gz podman-65109494bca511fbcfd36c8d5b2f70e33c210409.tar.bz2 podman-65109494bca511fbcfd36c8d5b2f70e33c210409.zip |
remove ARTIFACT_DIR and ArtifactPath
...they're not actually used for anything
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'test/utils')
-rw-r--r-- | test/utils/utils.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/utils/utils.go b/test/utils/utils.go index 944c1ac3c..f41024072 100644 --- a/test/utils/utils.go +++ b/test/utils/utils.go @@ -36,7 +36,6 @@ type PodmanTestCommon interface { type PodmanTest struct { PodmanMakeOptions func(args []string, noEvents, noCache bool) []string PodmanBinary string - ArtifactPath string TempDir string RemoteTest bool RemotePodmanBinary string |