Skip to content
Snippets Groups Projects
Commit 4f1f597b authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix executable names

parent 600ae17f
No related branches found
No related tags found
No related merge requests found
......@@ -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($_),
$_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment