From bb408fd7d5d445857152e8a7cc747274d3b21904 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sat, 20 Jun 2026 17:17:36 +0200 Subject: [PATCH] reflect renaming the variable and u+x the script --- t/53_hsts_preload.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 t/53_hsts_preload.t diff --git a/t/53_hsts_preload.t b/t/53_hsts_preload.t old mode 100644 new mode 100755 index 08f2be4..66a5552 --- a/t/53_hsts_preload.t +++ b/t/53_hsts_preload.t @@ -29,7 +29,7 @@ system("@args") == 0 $cat_csv=`cat $csv`; # github.com is on the preload list -like($cat_csv, qr/"HSTS_preloadlist".*"preloaded"/,"\"$uri\" should be on the HSTS preload list"); +like($cat_csv, qr/"HSTS_preloadAPI".*"preloaded"/,"\"$uri\" should be on the HSTS preload list"); $tests++; unlink $csv; @@ -41,7 +41,7 @@ system("@args") == 0 $cat_csv=`cat $csv`; # example.com is not on the preload list -like($cat_csv, qr/"HSTS_preloadlist".*"no entry"/,"\"$uri\" should not be on the HSTS preload list"); +like($cat_csv, qr/"HSTS_preloadAPI".*"no entry"/,"\"$uri\" should not be on the HSTS preload list"); $tests++; unlink $csv;