1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

test/t-topology-support.sh requires scsi_debug from >= 2.6.31

This commit is contained in:
Mike Snitzer 2010-01-19 17:06:50 +00:00
parent c75ebae789
commit cf760281f0

View File

@ -10,6 +10,11 @@
which mkfs.ext3 || exit 200
# Get linux minor version
linux_minor=$(echo `uname -r` | cut -d'.' -f3 | cut -d'-' -f1)
test $linux_minor -ge 31 || exit 200
. ./test-utils.sh
check_logical_block_size()