From f58b98ddbf805825b8701fdfbfa9d89ce504ed18 Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Mon, 29 Jul 2013 13:36:19 +0200 Subject: software fix test of Invoke() method Make sure, that tested package is installed and passes rpm verification test before its checked by our provider. --- src/software/test/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/software/test/util.py') diff --git a/src/software/test/util.py b/src/software/test/util.py index e72add1..6de8169 100644 --- a/src/software/test/util.py +++ b/src/software/test/util.py @@ -24,7 +24,7 @@ Common test utilities. """ import re -from subprocess import check_output +from subprocess import call, check_output RE_NEVRA = re.compile( r'^(?P.+)-(?P(?P\d+):(?P[^-]+)' -- cgit