summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorKarel Zak2013-05-13 13:13:24 +0200
committerKarel Zak2013-05-13 13:13:24 +0200
commit8810d532a86e60e42bb8862360d0b7328df8a6e2 (patch)
tree5f36a45417bf79dd9342db40e1f25f88cc30efb7 /tests/commands.sh
parentlosetup: add --raw and --noheadings (diff)
downloadkernel-qcow2-util-linux-8810d532a86e60e42bb8862360d0b7328df8a6e2.tar.gz
kernel-qcow2-util-linux-8810d532a86e60e42bb8862360d0b7328df8a6e2.tar.xz
kernel-qcow2-util-linux-8810d532a86e60e42bb8862360d0b7328df8a6e2.zip
tests: add losetup tests
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index d12c0097c..01e21c2b7 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -47,6 +47,7 @@ TS_CMD_ISOSIZE=${TS_CMD_ISOSIZE-"$top_builddir/isosize"}
TS_CMD_LINE=${TS_CMD_LINE-"$top_builddir/line"}
TS_CMD_LOOK=${TS_CMD_LOOK-"$top_builddir/look"}
TS_CMD_LOSETUP=${TS_CMD_LOSETUP:-"$top_builddir/losetup"}
+TS_CMD_LSBLK=${TS_CMD_LSBLK-"$top_builddir/lsblk"}
TS_CMD_LSCPU=${TS_CMD_LSCPU-"$top_builddir/lscpu"}
TS_CMD_MCOOKIE=${TS_CMD_MCOOKIE-"$top_builddir/mcookie"}
TS_CMD_MKCRAMFS=${TS_CMD_MKCRAMFS:-"$top_builddir/mkfs.cramfs"}