From 65109494bca511fbcfd36c8d5b2f70e33c210409 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 1 Dec 2021 12:56:07 -0700 Subject: remove ARTIFACT_DIR and ArtifactPath ...they're not actually used for anything Signed-off-by: Ed Santiago --- test/utils/utils.go | 1 - 1 file changed, 1 deletion(-) (limited to 'test/utils') 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 -- cgit v1.2.3-54-g00ecf