From f220c99a105d22cc2e0567516627b579895d8035 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Wed, 15 Jul 2026 14:06:03 +0200 Subject: [PATCH] Fix ACL tests --- acl/t/run-tests.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acl/t/run-tests.t b/acl/t/run-tests.t index 23ac8235e..07537b140 100644 --- a/acl/t/run-tests.t +++ b/acl/t/run-tests.t @@ -252,7 +252,7 @@ ok(defined &list_acl_yesno_fields, 'acl_security.pl loaded list_acl_yesno_fields my (%default_acl, %safe_acl); read_file("$rootdir/defaultacl", \%default_acl); read_file("$rootdir/safeacl", \%safe_acl); - is($default_acl{'download_address_mode'}, 'public', + is($default_acl{'download_address_mode'}, 'all', 'global default ACL defines the download address mode'); is($safe_acl{'download_address_mode'}, 'public', 'global safe ACL defines the download address mode');