diff options
author | Karel Zak | 2009-05-14 17:40:52 +0200 |
---|---|---|
committer | Karel Zak | 2009-05-14 17:40:52 +0200 |
commit | 20ad4963249c236f81e9e05be300e1e844d0cfd8 (patch) | |
tree | 9cde5853b4c6f672b4447e4ca32d20578be4a951 /tests | |
parent | build-sys: rename /libs to /shlibs (diff) | |
download | kernel-qcow2-util-linux-20ad4963249c236f81e9e05be300e1e844d0cfd8.tar.gz kernel-qcow2-util-linux-20ad4963249c236f81e9e05be300e1e844d0cfd8.tar.xz kernel-qcow2-util-linux-20ad4963249c236f81e9e05be300e1e844d0cfd8.zip |
build-sys: complete /libs to /shlibs rename
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/commands.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in index 232ae6304..c6a5e26bd 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/libs/blkid/bin/blkid"} +TS_CMD_BLKID=${TS_CMD_BLKID-"$TOPDIR/shlibs/blkid/bin/blkid"} |