From: Nathan Lynch Date: Tue, 1 Nov 2016 17:25:47 +0000 (-0600) Subject: Tests: accommodate stricter mktemp implementations in tests X-Git-Tag: v2.10.0-rc1~109 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=8d12820e6a01d686c2fd135bbbef788991b5f445;hp=8d12820e6a01d686c2fd135bbbef788991b5f445 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 Signed-off-by: Jérémie Galarneau ---