tests: Disable blkid cache usage

Using the blkid cache can cause issues when running many file system tests
in parallel. We do not need it, as its only there to improve performance,
and using the cache does not provide significant performance improvements.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Glenn Washburn 2022-04-09 02:44:46 +00:00 committed by Daniel Kiper
parent ce89c9708c
commit e883cc6a28

View File

@ -1,6 +1,7 @@
#!@BUILD_SHEBANG@
set -e
export BLKID_FILE=/dev/null
fs="$1"