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 17:00:41 +0000 (12:00 -0500)
commit33221e36a0e0cdf034a7f539b5aae60d4a83e059
tree77c6560778f44e97694ac951eac136affa864be7
parent297af7fffc1aca475e013e56e38af4860edb6d09
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.029056 seconds and 5 git commands to generate.