]> sourceware.org Git - lvm2.git/commitdiff
Check for file with clvmd pid
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 13 Jan 2011 11:05:27 +0000 (11:05 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 13 Jan 2011 11:05:27 +0000 (11:05 +0000)
Instead of checking  $LOCAL_CLVMD set during some 'aux' execution which
doesn't seem to be propagated to this shell - check for existance of pid
file of clvmd process - so this test is skipped in singlenode cluster test.

test/t-lock-blocking.sh

index 65a90762299d10d931ef4e99c677b4880f3330f1..e3ec63c2e8bb36ce627fcbd1e20f465a07757713 100644 (file)
@@ -14,7 +14,7 @@ test_description='test some blocking / non-blocking multi-vg operations'
 . lib/test
 
 aux prepare_devs 3
-test -n "$LOCAL_CLVMD" && exit 200
+test -e LOCAL_CLVMD && exit 200
 pvcreate $dev1 $dev2
 vgcreate $vg $dev1 $dev2
 
This page took 0.0340819999999999 seconds and 5 git commands to generate.