mirror of https://github.com/containers/podman.git
Use correct extension in suite
Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
This commit is contained in:
parent
8a643c243e
commit
3f2b8bb314
|
@ -30,7 +30,7 @@ func pullWSLDisk() error {
|
|||
if downloadLocation == "" {
|
||||
return errors.New("machine tests require a file reference to a disk image right now")
|
||||
}
|
||||
compressionExtension := ".xz"
|
||||
compressionExtension := ".zst"
|
||||
suiteImageName = strings.TrimSuffix(path.Base(downloadLocation), compressionExtension)
|
||||
fqImageName = filepath.Join(tmpDir, suiteImageName)
|
||||
getMe, err := url2.Parse(downloadLocation)
|
||||
|
|
Loading…
Reference in New Issue