Fix temporary directories in tests

This commit is contained in:
Xavier Guimard 2020-04-22 15:45:50 +02:00
parent 055d1af161
commit 56bcbe422e
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ SKIP: {
portalMainLogo => 'common/logos/logo_llng_old.png', portalMainLogo => 'common/logos/logo_llng_old.png',
notification => 1, notification => 1,
notificationStorage => 'File', notificationStorage => 'File',
notificationStorageOptions => { dirName => 't' }, notificationStorageOptions => { dirName => $main::tmpDir },
oldNotifFormat => 0, oldNotifFormat => 0,
} }
} }

View File

@ -24,7 +24,7 @@ SKIP: {
portalMainLogo => 'common/logos/logo_llng_old.png', portalMainLogo => 'common/logos/logo_llng_old.png',
notification => 1, notification => 1,
notificationStorage => 'File', notificationStorage => 'File',
notificationStorageOptions => { dirName => 't' }, notificationStorageOptions => { dirName => $main::tmpDir },
oldNotifFormat => 0, oldNotifFormat => 0,
} }
} }

View File

@ -28,7 +28,7 @@ SKIP: {
portalMainLogo => 'common/logos/logo_llng_old.png', portalMainLogo => 'common/logos/logo_llng_old.png',
notification => 1, notification => 1,
notificationStorage => 'File', notificationStorage => 'File',
notificationStorageOptions => { dirName => 't' }, notificationStorageOptions => { dirName => $main::tmpDir },
oldNotifFormat => 1, oldNotifFormat => 1,
} }
} }