summaryrefslogtreecommitdiffstats
path: root/tests/unit-wipe-test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit-wipe-test')
-rwxr-xr-xtests/unit-wipe-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit-wipe-test b/tests/unit-wipe-test
index 4d0a078..a898354 100755
--- a/tests/unit-wipe-test
+++ b/tests/unit-wipe-test
@@ -41,7 +41,7 @@ function add_device()
if [ $? -ne 0 ] ; then
skip "This kernel seems to not support proper scsi_debug module."
fi
- grep -q scsi_debug /sys/block/*/device/model || sleep 2
+ sleep 1
DEV=$(grep -l -e scsi_debug /sys/block/*/device/model | cut -f4 -d /)
DEV="/dev/$DEV"
[ -b $DEV ] || fail "Cannot find $DEV."