1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-23 21:35:29 +03:00

Fix teardown in t-pvcreate-operation-md.sh nightly test.

This commit is contained in:
Dave Wysochanski 2010-04-13 21:42:44 +00:00
parent bfbad87685
commit 4487c42de2

View File

@ -41,7 +41,7 @@ cleanup_md() {
sleep 2
rm -f $mddev
fi
teardown_
teardown
}
# create 2 disk MD raid0 array (stripe_width=128K)