From d8487d108b02579cd9b189b5bbe5522b79c95a9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Wed, 6 Mar 2024 17:36:41 +0100 Subject: [PATCH] blkid: (tests) use correct blkid binary MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- tests/ts/blkid/cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ts/blkid/cache b/tests/ts/blkid/cache index 7c35805e1..3390d3daa 100755 --- a/tests/ts/blkid/cache +++ b/tests/ts/blkid/cache @@ -35,7 +35,7 @@ ts_device_init "$TS_LODEV" \ >> "$TS_OUTPUT" 2>> "$TS_ERRLOG" -blkid "$TS_LODEV" \ +"$TS_CMD_BLKID" "$TS_LODEV" \ | sed -e "s|$TS_LODEV|DEVICE|" \ >> "$TS_OUTPUT" 2>> "$TS_ERRLOG" -- 2.47.2