summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh.in
diff options
context:
space:
mode:
authorKarel Zak2009-07-02 14:38:23 +0200
committerKarel Zak2009-07-02 14:38:23 +0200
commit5663298c2c8f3b89be5626ca435b3fd1e5509823 (patch)
tree5e94657e00d960252fee11b8ba098d3ee8da79f9 /tests/commands.sh.in
parentraw: undeprecate raw (diff)
downloadkernel-qcow2-util-linux-5663298c2c8f3b89be5626ca435b3fd1e5509823.tar.gz
kernel-qcow2-util-linux-5663298c2c8f3b89be5626ca435b3fd1e5509823.tar.xz
kernel-qcow2-util-linux-5663298c2c8f3b89be5626ca435b3fd1e5509823.zip
blkid: move to misc-utils/ directory
The others utilities are in one of the top-level directories. That's confusing to have blkid(8) and findfs(8) in shlibs/ tree. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh.in')
-rw-r--r--tests/commands.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in
index 3dc4192ee..f9eeec144 100644
--- a/tests/commands.sh.in
+++ b/tests/commands.sh.in
@@ -45,6 +45,6 @@ TS_CMD_ISLOCAL=${TS_CMD_ISLOCAL-"$TOPDIR/login-utils/islocal_test"}
TS_CMD_HWCLOCK=${TS_CMD_HWCLOCK-"$TOPDIR/hwclock/hwclock"}
TS_CMD_LSCPU=${TS_CMD_LSCPU-"$TOPDIR/sys-utils/lscpu"}
-TS_CMD_BLKID=${TS_CMD_BLKID-"$TOPDIR/shlibs/blkid/bin/blkid"}
+TS_CMD_BLKID=${TS_CMD_BLKID-"$TOPDIR/misc-utils/blkid"}
TS_CMD_FDISK=${TS_CMD_FDISK-"$TOPDIR/fdisk/fdisk"}