summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorFederico Simoncelli2014-10-24 17:13:53 +0200
committerKarel Zak2014-10-27 09:16:46 +0100
commitf4822fdfc5c129b2dbb6c439f5bc2fd63e1e3a79 (patch)
tree8bef5165dee55c6c6d1cae998dce08eb21a09420 /tests/commands.sh
parentinclude/debug: fix typo (diff)
downloadkernel-qcow2-util-linux-f4822fdfc5c129b2dbb6c439f5bc2fd63e1e3a79.tar.gz
kernel-qcow2-util-linux-f4822fdfc5c129b2dbb6c439f5bc2fd63e1e3a79.tar.xz
kernel-qcow2-util-linux-f4822fdfc5c129b2dbb6c439f5bc2fd63e1e3a79.zip
tests: add blkdiscard offsets test
Signed-off-by: Federico Simoncelli <fsimonce@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 4c7455e4c..e11bd2ab2 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -29,6 +29,7 @@ TS_HELPER_SYSINFO="$top_builddir/test_sysinfo"
# paths to commands
TS_CMD_ADDPART=${TS_CMD_ADDPART:-"$top_builddir/addpart"}
TS_CMD_DELPART=${TS_CMD_DELPART:-"$top_builddir/delpart"}
+TS_CMD_BLKDISCARD=${TS_CMD_BLKID-"$top_builddir/blkdiscard"}
TS_CMD_BLKID=${TS_CMD_BLKID-"$top_builddir/blkid"}
TS_CMD_CAL=${TS_CMD_CAL-"$top_builddir/cal"}
TS_CMD_COLRM=${TS_CMD_COLRM:-"$top_builddir/colrm"}