summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2013-01-19 01:08:52 +0100
committerKarel Zak2013-01-24 16:49:27 +0100
commit6d0b6f70e0b736295aa700ae668b69f720f610e2 (patch)
tree429711a447ea2aacc8217c83825565f09576a070 /tests/commands.sh
parenttests: add rev(1) check (diff)
downloadkernel-qcow2-util-linux-6d0b6f70e0b736295aa700ae668b69f720f610e2.tar.gz
kernel-qcow2-util-linux-6d0b6f70e0b736295aa700ae668b69f720f610e2.tar.xz
kernel-qcow2-util-linux-6d0b6f70e0b736295aa700ae668b69f720f610e2.zip
tests: add utmpdump(1) check
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
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 f1643a685..73725c9f8 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -64,3 +64,5 @@ TS_CMD_FINDMNT=${TS_CMD_FINDMNT-"$top_builddir/findmnt"}
TS_CMD_FDISK=${TS_CMD_FDISK-"$top_builddir/fdisk"}
TS_CMD_HEXDUMP=${TS_CMD_HEXDUMP-"$top_builddir/hexdump"}
+
+TS_CMD_UTMPDUMP=${TS_CMD_UTMPDUMP-"$top_builddir/utmpdump"}