diff --git a/tests/common b/tests/common index 8e5d0cde..7f641a00 100644 --- a/tests/common +++ b/tests/common @@ -331,7 +331,7 @@ extract_image() case "$image" in *.img) rm -f "$image.restored" - : ;; + ;; *.img.xz) xz --decompress --keep "$image" || \ _fail "failed to decompress image $image" >&2