mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
tests/fprintd: Call the super class on setup
This commit is contained in:
committed by
Bastien Nocera
parent
85aad7bb01
commit
b2ad590891
@ -121,6 +121,7 @@ class FPrintdTest(dbusmock.DBusTestCase):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
|
super().setUpClass()
|
||||||
fprintd = None
|
fprintd = None
|
||||||
|
|
||||||
if 'FPRINT_BUILD_DIR' in os.environ:
|
if 'FPRINT_BUILD_DIR' in os.environ:
|
||||||
|
|||||||
Reference in New Issue
Block a user