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:
parent
2c6bd480b2
commit
49292bccc3
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user