summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2013-01-19 01:08:59 +0100
committerKarel Zak2013-01-24 19:30:35 +0100
commit8e4b5aa9279c538a811063a11b75996f834c1f05 (patch)
treeee694dc2098bb9945fbdbdeac6b61c6a9d362830 /tests/commands.sh
parentmore: allow to compile as non-interactive test_more program (diff)
downloadkernel-qcow2-util-linux-8e4b5aa9279c538a811063a11b75996f834c1f05.tar.gz
kernel-qcow2-util-linux-8e4b5aa9279c538a811063a11b75996f834c1f05.tar.xz
kernel-qcow2-util-linux-8e4b5aa9279c538a811063a11b75996f834c1f05.zip
tests: add more(1) check
[kzak@redhat.com: use test_more program rather than directly more(1)] Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@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 c5f714094..30f0b9b0e 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -23,6 +23,8 @@ TS_HELPER_LIBMOUNT_TABDIFF="$top_builddir/test_mount_tab_diff"
TS_HELPER_ISLOCAL="$top_builddir/test_islocal"
TS_HELPER_LOGINDEFS="$top_builddir/test_logindefs"
+TS_HELPER_MORE=${TS_HELPER_MORE-"$top_builddir/test_more"}
+
# TODO: use partx
TS_HELPER_PARTITIONS="$top_builddir/sample-partitions"