diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-05-23 12:16:49 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-05-23 12:16:54 -0400 |
commit | 5d37d80ff9783b2c811a06d80cd06fd6e338faf0 (patch) | |
tree | 3efc472f3dde96ce2ce43992bc45fa31d9f805cf /pkg/machine/e2e | |
parent | 7d00b0ea0d0c53ddba8d6aebdbce2f167aceccc5 (diff) | |
download | podman-5d37d80ff9783b2c811a06d80cd06fd6e338faf0.tar.gz podman-5d37d80ff9783b2c811a06d80cd06fd6e338faf0.tar.bz2 podman-5d37d80ff9783b2c811a06d80cd06fd6e338faf0.zip |
Use containers/common/pkg/util.StringToSlice
[NO NEW TESTS NEEDED] Just code cleanup for better reuse
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/machine/e2e')
-rw-r--r-- | pkg/machine/e2e/list_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/machine/e2e/list_test.go b/pkg/machine/e2e/list_test.go index 0bc867047..1c8c6ac81 100644 --- a/pkg/machine/e2e/list_test.go +++ b/pkg/machine/e2e/list_test.go @@ -3,7 +3,7 @@ package e2e import ( "strings" - "github.com/containers/buildah/util" + "github.com/containers/common/pkg/util" "github.com/containers/podman/v4/cmd/podman/machine" jsoniter "github.com/json-iterator/go" . "github.com/onsi/ginkgo" |