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:
Su Yue 2018-02-07 17:57:43 +08:00 committed by David Sterba
parent c38425344e
commit 03401ccd7c
1 changed files with 1 additions and 1 deletions

View File

@ -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