1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

tests: drop more debug.log

Avoid login result from last lvm command when target_at_least fails.
This commit is contained in:
Zdenek Kabelac 2014-02-15 20:40:57 +01:00
parent 18cac16540
commit 0be6caba6e

View File

@ -691,6 +691,7 @@ can_use_16T()
# i.e. dm_target_at_least dm-thin-pool 1 0
target_at_least()
{
rm -f debug.log
case "$1" in
dm-*) modprobe "$1" || true ;;
esac