1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

tests: drop check for awk

This commit is contained in:
Zdenek Kabelac 2015-03-27 13:43:11 +01:00
parent ee65528547
commit a16324b0d3

View File

@ -324,9 +324,6 @@ prepare_scsi_debug_dev() {
test -z "$LOOP"
test -n "$DM_DEV_DIR"
# Skip test if awk isn't available (required for get_sd_devs_)
which awk || skip
# Skip test if scsi_debug module is unavailable or is already in use
modprobe --dry-run scsi_debug || skip
lsmod | not grep -q scsi_debug || skip