diff --git a/lemonldap-ng-portal/t/70-2F-TOTP-and-U2F-with-TTL-and-JSON.t b/lemonldap-ng-portal/t/70-2F-TOTP-and-U2F-with-TTL-and-JSON.t index 4c2cd7316..a1c283277 100644 --- a/lemonldap-ng-portal/t/70-2F-TOTP-and-U2F-with-TTL-and-JSON.t +++ b/lemonldap-ng-portal/t/70-2F-TOTP-and-U2F-with-TTL-and-JSON.t @@ -30,7 +30,7 @@ SKIP: { portalMainLogo => 'common/logos/logo_llng_old.png', notification => 1, notificationStorage => 'File', - notificationStorageOptions => { dirName => 't' }, + notificationStorageOptions => { dirName => $main::tmpDir }, oldNotifFormat => 0, } } diff --git a/lemonldap-ng-portal/t/70-2F-TOTP-with-TTL-and-JSON.t b/lemonldap-ng-portal/t/70-2F-TOTP-with-TTL-and-JSON.t index 9e1c4e8be..bd0329121 100644 --- a/lemonldap-ng-portal/t/70-2F-TOTP-with-TTL-and-JSON.t +++ b/lemonldap-ng-portal/t/70-2F-TOTP-with-TTL-and-JSON.t @@ -24,7 +24,7 @@ SKIP: { portalMainLogo => 'common/logos/logo_llng_old.png', notification => 1, notificationStorage => 'File', - notificationStorageOptions => { dirName => 't' }, + notificationStorageOptions => { dirName => $main::tmpDir }, oldNotifFormat => 0, } } diff --git a/lemonldap-ng-portal/t/70-2F-TOTP-with-TTL-and-XML.t b/lemonldap-ng-portal/t/70-2F-TOTP-with-TTL-and-XML.t index 2e99725fb..d90498745 100644 --- a/lemonldap-ng-portal/t/70-2F-TOTP-with-TTL-and-XML.t +++ b/lemonldap-ng-portal/t/70-2F-TOTP-with-TTL-and-XML.t @@ -28,7 +28,7 @@ SKIP: { portalMainLogo => 'common/logos/logo_llng_old.png', notification => 1, notificationStorage => 'File', - notificationStorageOptions => { dirName => 't' }, + notificationStorageOptions => { dirName => $main::tmpDir }, oldNotifFormat => 1, } }