btrfs-progs: tests common: remove meaningless colon in extract_image()
authorSu Yue <suy.fnst@cn.fujitsu.com>
Wed, 7 Feb 2018 09:57:43 +0000 (17:57 +0800)
committerDavid Sterba <dsterba@suse.com>
Wed, 7 Feb 2018 14:32:08 +0000 (15:32 +0100)
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>
tests/common

index 8e5d0cd..7f641a0 100644 (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