summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorOndrej Oprala2013-04-10 15:27:59 +0200
committerKarel Zak2013-04-26 10:03:37 +0200
commit3a8f26bdcc6cb2242cb92718fcdfc195760cab51 (patch)
treecbe71e81675711f9c8a23015da0d7090f5e1aa38 /tests/commands.sh
parentbuild-sys: release++ (v2.23) (diff)
downloadkernel-qcow2-util-linux-3a8f26bdcc6cb2242cb92718fcdfc195760cab51.tar.gz
kernel-qcow2-util-linux-3a8f26bdcc6cb2242cb92718fcdfc195760cab51.tar.xz
kernel-qcow2-util-linux-3a8f26bdcc6cb2242cb92718fcdfc195760cab51.zip
tests: add partx regression tests
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Diffstat (limited to 'tests/commands.sh')
-rw-r--r--tests/commands.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/commands.sh b/tests/commands.sh
index a2948c911..02ca6c3db 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -22,6 +22,8 @@ TS_HELPER_STRUTILS="$top_builddir/test_strutils"
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_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"}