btrfs-progs: tests common: remove meaningless colon in extract_image()
The colon is meaningless so remove it. Signed-off-by: Su Yue <suy.fnst@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
c38425344e
commit
03401ccd7c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue