diff --git a/t/01compile.t b/t/01compile.t
index 922f7d21ecff9f7d3738d5292ebcffa0129eac8b..f3c81960393f60b5159c38db5cd25081f19b59f8 100755
--- a/t/01compile.t
+++ b/t/01compile.t
@@ -14,7 +14,7 @@ my $test = Test::Compile->new();
 ok(
     $test->pl_file_compiles($_),
     $_
-) foreach qw(bin/account-manager.cgi bin/account-manager.pl);
+) foreach qw(bin/access-check-manager.cgi bin/access-check-manager.pl);
 ok(
     $test->pm_file_compiles($_),
     $_