mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
tests: ensure file is removed
Make sure there are no previous loop results.
This commit is contained in:
parent
493af2bb16
commit
cb2873ba1c
@ -38,6 +38,7 @@ for i in securetest dmsecuretest ; do
|
||||
# 2nd. retry with already exiting DM node - exercize error path also wipes
|
||||
for j in empty existing ; do
|
||||
|
||||
rm -f cmdout
|
||||
"$i" "$dev1" "$DMTEST" >cmdout 2>&1 &
|
||||
PID=$!
|
||||
for k in $(seq 1 10); do
|
||||
|
Loading…
Reference in New Issue
Block a user