summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh.in
diff options
context:
space:
mode:
authorZdenek Behan2009-05-19 16:19:32 +0200
committerKarel Zak2009-05-19 16:19:32 +0200
commit13d70bac0735c4d9c3c903008b0334d04234fcc5 (patch)
tree4d09bdbb76946eb634d849146fa2589b31763279 /tests/commands.sh.in
parenttests: add functions for work withdisk images (diff)
downloadkernel-qcow2-util-linux-13d70bac0735c4d9c3c903008b0334d04234fcc5.tar.gz
kernel-qcow2-util-linux-13d70bac0735c4d9c3c903008b0334d04234fcc5.tar.xz
kernel-qcow2-util-linux-13d70bac0735c4d9c3c903008b0334d04234fcc5.zip
fdisk: add simple test for doslabel stuff
Initial tests/fdisk patch to test most of the doslabel-related stuff. Coverage of dos-related functions is about 60%, does not test the verify/fix-PT code. [kzak@redhat.com: - fix test design to match to output/expect/diff idea] Signed-off-by: Zdenek Behan <rain@matfyz.cz> 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 c6a5e26bd..3dc4192ee 100644
--- a/tests/commands.sh.in
+++ b/tests/commands.sh.in
@@ -47,4 +47,4 @@ TS_CMD_LSCPU=${TS_CMD_LSCPU-"$TOPDIR/sys-utils/lscpu"}
TS_CMD_BLKID=${TS_CMD_BLKID-"$TOPDIR/shlibs/blkid/bin/blkid"}
-
+TS_CMD_FDISK=${TS_CMD_FDISK-"$TOPDIR/fdisk/fdisk"}