summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2013-01-19 01:08:56 +0100
committerKarel Zak2013-01-24 16:49:33 +0100
commit2613a5dd1431954f7ee7a160b98fac9cce12ea85 (patch)
treec3431a1b6e43aa464ae6bf684594307d155cfc82 /tests/commands.sh
parenttests: add tailf(1) check (diff)
downloadkernel-qcow2-util-linux-2613a5dd1431954f7ee7a160b98fac9cce12ea85.tar.gz
kernel-qcow2-util-linux-2613a5dd1431954f7ee7a160b98fac9cce12ea85.tar.xz
kernel-qcow2-util-linux-2613a5dd1431954f7ee7a160b98fac9cce12ea85.zip
tests: add ul(1) check
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
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 271864052..fe79cf419 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -69,3 +69,4 @@ TS_CMD_UTMPDUMP=${TS_CMD_UTMPDUMP-"$top_builddir/utmpdump"}
TS_CMD_GETOPT=${TS_CMD_GETOPT-"$top_builddir/getopt"}
TS_CMD_MCOOKIE=${TS_CMD_MCOOKIE-"$top_builddir/mcookie"}
TS_CMD_TAILF=${TS_CMD_TAILF-"$top_builddir/tailf"}
+TS_CMD_UL=${TS_CMD_UL-"$top_builddir/ul"}