summaryrefslogtreecommitdiffstats
path: root/tests/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functions.sh')
-rw-r--r--tests/functions.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functions.sh b/tests/functions.sh
index e84661b0c..f6c4d33ee 100644
--- a/tests/functions.sh
+++ b/tests/functions.sh
@@ -641,7 +641,6 @@ function ts_scsi_debug_init {
lsmod | grep -q "^scsi_debug " \
|| ts_skip "scsi_debug module not loaded (lsmod)"
- sleep 1
udevadm settle
devname=$(grep --with-filename scsi_debug /sys/block/*/device/model | awk -F '/' '{print $4}')