summaryrefslogtreecommitdiff
path: root/tests/common
diff options
context:
space:
mode:
authorSu Yue <suy.fnst@cn.fujitsu.com>2018-02-07 17:57:43 +0800
committerDavid Sterba <dsterba@suse.com>2018-02-07 15:32:08 +0100
commit03401ccd7c4385185ee217a62663035653e880af (patch)
tree4a744fae26bfdff5115bb514950d8640917487a7 /tests/common
parentc38425344e229deba47f1ac41755618d86521d01 (diff)
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>
Diffstat (limited to 'tests/common')
-rw-r--r--tests/common2
1 files changed, 1 insertions, 1 deletions
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