From 03401ccd7c4385185ee217a62663035653e880af Mon Sep 17 00:00:00 2001 From: Su Yue Date: Wed, 7 Feb 2018 17:57:43 +0800 Subject: [PATCH] btrfs-progs: tests common: remove meaningless colon in extract_image() The colon is meaningless so remove it. Signed-off-by: Su Yue Signed-off-by: David Sterba --- tests/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common b/tests/common index 8e5d0cd..7f641a0 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 -- 2.7.4