]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/test/test-condition.c
tests: don't test hostname if it looks like an id128
authorSteve Muir <muir@fb.com>
Wed, 27 Jul 2016 21:19:37 +0000 (14:19 -0700)
committerDavide Cavalca <dcavalca@fb.com>
Fri, 29 Jul 2016 21:30:39 +0000 (14:30 -0700)
commit40a23924efc64598d580b5fd92ef3937583d1fc9
treecfa2a2c138c0a3995b7cfc7bd01a4733ccef02e7
parente4d214efc20245c37d9b1e3a7e35c6a4443da131
tests: don't test hostname if it looks like an id128

The condition tests for hostname will fail if hostname looks like an id128.
The test function attempts to convert hostname to an id128, and if that
succeeds compare it to the machine ID (presumably because the 'hostname'
condition test is overloaded to also test machine ID). That will typically
fail, and unfortunately the 'mock' utility generates a random hostname that
happens to have the same format as an id128, thus causing a test failure.
src/test/test-condition.c