]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
blkid: (tests) use correct blkid binary
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Wed, 6 Mar 2024 16:36:41 +0000 (17:36 +0100)
committerThomas Weißschuh <thomas.weissschuh@linutronix.de>
Wed, 6 Mar 2024 16:36:41 +0000 (17:36 +0100)
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
tests/ts/blkid/cache

index 7c35805e117d87b0ae7ff92aa33089ca36ab0fdc..3390d3daac04fa2826e7f97ee0742c5dc29328be 100755 (executable)
@@ -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"