Tests: accommodate stricter mktemp implementations in tests
authorNathan Lynch <nathan_lynch@mentor.com>
Tue, 1 Nov 2016 17:25:47 +0000 (11:25 -0600)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Nov 2016 16:59:40 +0000 (11:59 -0500)
commit8d12820e6a01d686c2fd135bbbef788991b5f445
tree017d89eda1984c8604fc7f0d53cbe5590e557406
parent3a90409872c4a2f631b1efa1b37551b713a961ad
Tests: accommodate stricter mktemp implementations in tests

Busybox's mktemp command uses mkstemp(3) which requires the last six
characters of the template to be X's.  Extend the mktemp templates
used in the test scripts.

Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/kernel/test_clock_override
tests/regression/ust/clock-override/test_clock_override
This page took 0.024807 seconds and 4 git commands to generate.