summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorKarel Zak2014-10-07 14:54:58 +0200
committerKarel Zak2014-10-07 14:54:58 +0200
commit5f176957297578382b825ed8636342d4a10b9389 (patch)
tree35cff191a4b125052e9dcac2f47d6ce05bc83a87 /tests/commands.sh
parentlibmount: fix mnt_is_readonly() #ifdef (diff)
downloadkernel-qcow2-util-linux-5f176957297578382b825ed8636342d4a10b9389.tar.gz
kernel-qcow2-util-linux-5f176957297578382b825ed8636342d4a10b9389.tar.xz
kernel-qcow2-util-linux-5f176957297578382b825ed8636342d4a10b9389.zip
tests: add sfdisk test
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 0a3062872..4c7455e4c 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -38,6 +38,7 @@ TS_CMD_DMESG=${TS_CMD_DMESG-"$top_builddir/dmesg"}
TS_CMD_EJECT=${TS_CMD_EJECT-"$top_builddir/eject"}
TS_CMD_FALLOCATE=${TS_CMD_FALLOCATE-"$top_builddir/fallocate"}
TS_CMD_FDISK=${TS_CMD_FDISK-"$top_builddir/fdisk"}
+TS_CMD_SFDISK=${TS_CMD_SFDISK-"$top_builddir/sfdisk"}
TS_CMD_FINDMNT=${TS_CMD_FINDMNT-"$top_builddir/findmnt"}
TS_CMD_FSCKCRAMFS=${TS_CMD_FSCKCRAMFS:-"$top_builddir/fsck.cramfs"}
TS_CMD_FSCKMINIX=${TS_CMD_FSCKMINIX:-"$top_builddir/fsck.minix"}