summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorKarel Zak2017-07-11 13:33:52 +0200
committerKarel Zak2017-07-11 13:33:52 +0200
commit9e9b1afd397b8a0fce306adc3c226ceacee47f71 (patch)
tree13aeac874694887ce5549bb63646bcc299c6a943 /tests/commands.sh
parentlibfdisk: don't hardcode label type in samples (diff)
downloadkernel-qcow2-util-linux-9e9b1afd397b8a0fce306adc3c226ceacee47f71.tar.gz
kernel-qcow2-util-linux-9e9b1afd397b8a0fce306adc3c226ceacee47f71.tar.xz
kernel-qcow2-util-linux-9e9b1afd397b8a0fce306adc3c226ceacee47f71.zip
tests: use sample-fdisk-mkpart
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 2d9e3b8ea..619058207 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -8,6 +8,7 @@ TS_HELPER_DMESG="$top_builddir/test_dmesg"
TS_HELPER_ISLOCAL="$top_builddir/test_islocal"
TS_HELPER_ISMOUNTED="$top_builddir/test_ismounted"
TS_HELPER_LIBFDISK_GPT="$top_builddir/test_fdisk_gpt"
+TS_HELPER_LIBFDISK_MKPART="$top_builddir/sample-fdisk-mkpart"
TS_HELPER_LIBMOUNT_CONTEXT="$top_builddir/test_mount_context"
TS_HELPER_LIBMOUNT_LOCK="$top_builddir/test_mount_lock"
TS_HELPER_LIBMOUNT_OPTSTR="$top_builddir/test_mount_optstr"