1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: typo

This commit is contained in:
Zdenek Kabelac 2014-06-02 09:38:10 +02:00
parent 54da0ea61a
commit c4e0c61272

View File

@ -87,7 +87,7 @@ lvchange -an $vg1
lvchange -ay $vg1
check lv_field $vg1/$lv1 lv_active "$CHECK_ACTIVE"
# Test removal of opened (bug unmounted) snapshot (device busy) for a while
# Test removal of opened (but unmounted) snapshot (device busy) for a while
sleep 120 < "$DM_DEV_DIR/$vg1/$lv1" &
SLEEP_PID=$!