All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: master - tests: fix bash regex syntax
Date: Wed, 16 Sep 2020 12:14:55 +0000 (GMT)	[thread overview]
Message-ID: <20200916121455.678DD398600B@sourceware.org> (raw)

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=49292bccc3ce15a729086cc34cbe8b8230948b3b
Commit:        49292bccc3ce15a729086cc34cbe8b8230948b3b
Parent:        2c6bd480b28bec43c7c2652938233d8850f00928
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Wed Sep 16 13:12:17 2020 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Wed Sep 16 14:08:05 2020 +0200

tests: fix bash regex syntax

Typo before last commit.
---
 test/shell/cache-single-split.sh              | 2 +-
 test/shell/lvextend-thin-metadata-dmeventd.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/shell/cache-single-split.sh b/test/shell/cache-single-split.sh
index a6deb0dc9..ffe4292de 100644
--- a/test/shell/cache-single-split.sh
+++ b/test/shell/cache-single-split.sh
@@ -50,7 +50,7 @@ which mkfs.xfs || skip
 
 case $(cache_check -V) in
 # support for v2 starts with version 0.7
-0.[0..6]*) skip 'At least version 0.7 of cache_check tool is needed.' ;;
+0.[0-6]*) skip 'At least version 0.7 of cache_check tool is needed.' ;;
 esac
 
 mount_dir="mnt"
diff --git a/test/shell/lvextend-thin-metadata-dmeventd.sh b/test/shell/lvextend-thin-metadata-dmeventd.sh
index db4f7c156..3a837326c 100644
--- a/test/shell/lvextend-thin-metadata-dmeventd.sh
+++ b/test/shell/lvextend-thin-metadata-dmeventd.sh
@@ -63,7 +63,7 @@ aux have_thin 1 10 0 || skip
 BIG_DATA=""
 case $("$LVM_TEST_THIN_RESTORE_CMD" -V) in
 	# With older version of thin-tool we got slightly more compact metadata
-	0.[0..6]*) BIG_DATA="generate_more_metadata" ;;
+	0.[0-6]*) BIG_DATA="generate_more_metadata" ;;
 esac
 
 aux prepare_dmeventd



                 reply	other threads:[~2020-09-16 12:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200916121455.678DD398600B@sourceware.org \
    --to=zkabelac@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.