From: Nathan Lynch Date: Tue, 1 Nov 2016 17:25:47 +0000 (-0600) Subject: Tests: accommodate stricter mktemp implementations in tests X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=8d12820e6a01d686c2fd135bbbef788991b5f445;hp=8d12820e6a01d686c2fd135bbbef788991b5f445;p=lttng-tools.git 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 ---