
3 Oct
2019
3 Oct
'19
3:14 p.m.
On Thu, Oct 03, 2019 at 02:53:11PM +0100, Daniel P. Berrangé wrote:
The mktempd module in gnulib provides an equivalent to 'mktemp -d' on platforms which lack this shell command. All platforms on which libvirt runs the affected tests have 'mktemp -d' support, so the gnulib module is not required.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- bootstrap.conf | 1 - tests/test-lib.sh | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano