Message ID | 20180207095743.28128-1-suy.fnst@cn.fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Feb 07, 2018 at 05:57:43PM +0800, Su Yue wrote: > The colon is meaningless so remove it. > > Signed-off-by: Su Yue <suy.fnst@cn.fujitsu.com> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/tests/common b/tests/common index 8e5d0cde1b7e..7f641a004661 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
The colon is meaningless so remove it. Signed-off-by: Su Yue <suy.fnst@cn.fujitsu.com> --- tests/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)