Skip to content

Commit bb408fd

Browse files
committed
reflect renaming the variable
and u+x the script
1 parent a13eb75 commit bb408fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

t/53_hsts_preload.t

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ system("@args") == 0
2929
$cat_csv=`cat $csv`;
3030

3131
# github.com is on the preload list
32-
like($cat_csv, qr/"HSTS_preloadlist".*"preloaded"/,"\"$uri\" should be on the HSTS preload list");
32+
like($cat_csv, qr/"HSTS_preloadAPI".*"preloaded"/,"\"$uri\" should be on the HSTS preload list");
3333
$tests++;
3434
unlink $csv;
3535

@@ -41,7 +41,7 @@ system("@args") == 0
4141
$cat_csv=`cat $csv`;
4242

4343
# example.com is not on the preload list
44-
like($cat_csv, qr/"HSTS_preloadlist".*"no entry"/,"\"$uri\" should not be on the HSTS preload list");
44+
like($cat_csv, qr/"HSTS_preloadAPI".*"no entry"/,"\"$uri\" should not be on the HSTS preload list");
4545
$tests++;
4646
unlink $csv;
4747

0 commit comments

Comments
 (0)