mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-05 01:47:58 +02:00
tests: Add test for STATE_DIRECTORY being multiple paths
This commit is contained in:
parent
fd733e55be
commit
8ff4360750
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class FPrintdTest(dbusmock.DBusTestCase):
|
|||
timeout = get_timeout('daemon_start') # seconds
|
||||
env = os.environ.copy()
|
||||
env['G_DEBUG'] = 'fatal-criticals'
|
||||
env['STATE_DIRECTORY'] = self.state_dir
|
||||
env['STATE_DIRECTORY'] = (self.state_dir + ':' + '/hopefully/a/state_dir_path/that/shouldnt/be/writable')
|
||||
env['RUNTIME_DIRECTORY'] = self.run_dir
|
||||
|
||||
argv = [self.paths['daemon'], '-t']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue