From 5e9db746589f10dc4bd9677bd5dc7608c54c1f31 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Wed, 27 Mar 2019 11:04:58 +0100 Subject: [PATCH] Fix in sanity tests - coreutils no longer provides mktemp, install coreutils explicitly --- tests/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index dd34348..cf0f3cb 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -13,6 +13,6 @@ - pciutils - usbutils - grep - - mktemp + - coreutils - hwdata - wget