From 4f1f597b7f4170e3a615613fd5efcf6fff5e5a90 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Tue, 6 Mar 2018 12:03:03 +0100
Subject: [PATCH] fix executable names

---
 t/01compile.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/01compile.t b/t/01compile.t
index 922f7d2..f3c8196 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($_),
     $_
-- 
GitLab