mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +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
|
# 2nd. retry with already exiting DM node - exercize error path also wipes
|
||||||
for j in empty existing ; do
|
for j in empty existing ; do
|
||||||
|
|
||||||
|
rm -f cmdout
|
||||||
"$i" "$dev1" "$DMTEST" >cmdout 2>&1 &
|
"$i" "$dev1" "$DMTEST" >cmdout 2>&1 &
|
||||||
PID=$!
|
PID=$!
|
||||||
for k in $(seq 1 10); do
|
for k in $(seq 1 10); do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user