All of lore.kernel.org
 help / color / mirror / Atom feed
* main - tests: no caching for blkid in testing
@ 2022-09-07 13:04 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2022-09-07 13:04 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=afcf954491416dab5845d25dc45c53c3e8000773
Commit:        afcf954491416dab5845d25dc45c53c3e8000773
Parent:        80b782f86ffea19a9881b026df3dc133eebffbe5
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Wed Aug 31 14:14:59 2022 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Wed Sep 7 15:00:15 2022 +0200

tests: no caching for blkid in testing

---
 test/lib/lvm_vdo_wrapper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lib/lvm_vdo_wrapper.sh b/test/lib/lvm_vdo_wrapper.sh
index 90d0b2ce8..b1da2e35b 100755
--- a/test/lib/lvm_vdo_wrapper.sh
+++ b/test/lib/lvm_vdo_wrapper.sh
@@ -142,7 +142,7 @@ esac
 
 test -n "${vdo_device-}" || vdo_die_ "VDO device is missing"
 
-blkid -s UUID -o value "${vdo_device}" || true
+blkid -c /dev/null -s UUID -o value "${vdo_device}" || true
 
 devsize=$(blockdev --getsize64 "$vdo_device")
 devsize=$(( devsize / 4096 )) # convert to 4KiB units


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-07 13:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-07 13:04 main - tests: no caching for blkid in testing Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.