summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorSami Kerola2015-10-18 21:01:38 +0200
committerSami Kerola2015-10-18 21:17:07 +0200
commit244d48331e2ead3fbb2a6439081d7487cc04cfff (patch)
tree0062ada6241c1b722e771ac6e2fefc7fe37e8ede /tests/commands.sh
parenttests: add uuidgen output check (diff)
downloadkernel-qcow2-util-linux-244d48331e2ead3fbb2a6439081d7487cc04cfff.tar.gz
kernel-qcow2-util-linux-244d48331e2ead3fbb2a6439081d7487cc04cfff.tar.xz
kernel-qcow2-util-linux-244d48331e2ead3fbb2a6439081d7487cc04cfff.zip
tests: add uuidd output 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 84bf66187..5518dc306 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -85,6 +85,7 @@ TS_CMD_TAILF=${TS_CMD_TAILF-"$top_builddir/tailf"}
TS_CMD_UL=${TS_CMD_UL-"$top_builddir/ul"}
TS_CMD_UMOUNT=${TS_CMD_UMOUNT:-"$top_builddir/umount"}
TS_CMD_UTMPDUMP=${TS_CMD_UTMPDUMP-"$top_builddir/utmpdump"}
+TS_CMD_UUIDD=${TS_CMD_UUIDD-"$top_builddir/uuidd"}
TS_CMD_UUIDGEN=${TS_CMD_UUIDGEN-"$top_builddir/uuidgen"}
TS_CMD_WHEREIS=${TS_CMD_WHEREIS-"$top_builddir/whereis"}
TS_CMD_WIPEFS=${TS_CMD_WIPEFS-"$top_builddir/wipefs"}