summaryrefslogtreecommitdiff
path: root/test/shell/pvmove-background.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/shell/pvmove-background.sh')
-rw-r--r--test/shell/pvmove-background.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/shell/pvmove-background.sh b/test/shell/pvmove-background.sh
index 590c77b60..7cb21d5b0 100644
--- a/test/shell/pvmove-background.sh
+++ b/test/shell/pvmove-background.sh
@@ -20,10 +20,10 @@ do
lvcreate -aey -l1 -n $lv1 $vg "$dev1"
lvs -o +devices | grep "$dev1"
-pvmove $mode -i 1 -b "$dev1" "$dev2"
+LVM_TEST_TAG="kill_me_$PREFIX" pvmove $mode -i 1 -b "$dev1" "$dev2"
sleep 5 # arbitrary...
lvs -o +devices | not grep "pvmove"
lvs -o +devices | grep "$dev2"
lvremove -ff $vg
-done \ No newline at end of file
+done