From: Thomas Weißschuh Date: Wed, 6 Mar 2024 16:36:41 +0000 (+0100) Subject: blkid: (tests) use correct blkid binary X-Git-Tag: v2.42-start~472^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8487d108b02579cd9b189b5bbe5522b79c95a9d;p=thirdparty%2Futil-linux.git blkid: (tests) use correct blkid binary Signed-off-by: Thomas Weißschuh --- 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"