From 22fca7589fcb55cc196617ddf674b37a3b9c2e75 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Mon, 26 Nov 2018 23:45:57 +0100 Subject: Fixed unit test (see #4549) --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_unittests.py') diff --git a/run_unittests.py b/run_unittests.py index b99bc05..8351dad 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -2922,7 +2922,7 @@ class FailureTests(BasePlatformTests): function can fail, and creating failing tests for all of them is tedious and slows down testing. ''' - dnf = "[Dd]ependency.*not found" + dnf = "[Dd]ependency.*not found(:.*)?" nopkg = '[Pp]kg-config not found' def setUp(self): -- cgit v1.1