1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

tests: fix bash regex syntax

Typo before last commit.
This commit is contained in:
Zdenek Kabelac 2020-09-16 13:12:17 +02:00
parent 2c6bd480b2
commit 49292bccc3
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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