summaryrefslogtreecommitdiff
path: root/test/shell/vgsplit-usage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/shell/vgsplit-usage.sh')
-rw-r--r--test/shell/vgsplit-usage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/vgsplit-usage.sh b/test/shell/vgsplit-usage.sh
index f404a5ba3..0ca89d9bd 100644
--- a/test/shell/vgsplit-usage.sh
+++ b/test/shell/vgsplit-usage.sh
@@ -156,7 +156,7 @@ vgremove -f $vg2 $vg1
# Restart clvm because using the same
# devs as lvm1 and then lvm2 causes problems.
if test -e LOCAL_CLVMD ; then
- kill $(< LOCAL_CLVMD)
+ kill "$(< LOCAL_CLVMD)"
for i in $(seq 1 100) ; do
test $i -eq 100 && die "Shutdown of clvmd is too slow."
pgrep clvmd || break