]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: run oids test only when uuidgen tool was built
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 11 Nov 2018 01:17:55 +0000 (02:17 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 11 Nov 2018 01:18:25 +0000 (02:18 +0100)
commit8f93c8c71d264e90bdcecf98c9ac372bbcdc53aa
tree66123855d450a4fb52604963630746ffc6e0264b
parente1686b25acdedb34cc357f08f0dd3ca01c559dfd
tests: run oids test only when uuidgen tool was built

oids test did not check if uuidgen was available.

oids test was also calling uuidgen from PATH which could result
in wrong results if uuidgen from a previous util-linux installation
was used.

With this commit we will check if uuidgen was built and make sure
that we only call the uuidgen binary we just built. If uuidgen is
not available we will skip this test.
tests/ts/uuid/oids