summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh
diff options
context:
space:
mode:
authorRuediger Meier2014-05-11 23:58:53 +0200
committerRuediger Meier2014-05-13 17:38:45 +0200
commit0eb90ba26480b8f64e1ce7f0643de2906bc19204 (patch)
treefa264f75172a5e98ecfcceff1842bd0c57296c3a /tests/commands.sh
parenttests, don't write TS_DEVICE to stdout anymore (diff)
downloadkernel-qcow2-util-linux-0eb90ba26480b8f64e1ce7f0643de2906bc19204.tar.gz
kernel-qcow2-util-linux-0eb90ba26480b8f64e1ce7f0643de2906bc19204.tar.xz
kernel-qcow2-util-linux-0eb90ba26480b8f64e1ce7f0643de2906bc19204.zip
tests: introduce TS_CMD_UUIDGEN (never use installed one)
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
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 4b5a7d96d..ffc541b3c 100644
--- a/tests/commands.sh
+++ b/tests/commands.sh
@@ -73,5 +73,6 @@ 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_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"}