From d468d631d9e0e5e7aad16369ad3458a49457de9a Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud <flo@redhat.com> Date: Fri, 5 Jul 2024 18:00:56 +0200 Subject: [PATCH] Package tests/t_file_check.py The file tests/t_file_check.py is missing from the tar because it's not listed in tests/Makefile.am in the EXTRA_DIST variable. Add the test file. Fixes: https://github.com/gssapi/mod_auth_gssapi/issues/309 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index fd3c633..c4c14f7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,6 +13,7 @@ EXTRA_DIST = \ t_basic_k5_two_users.py \ t_basic_proxy.py \ t_basic_timeout.py \ + t_file_check.py \ t_hostname_acceptor.py \ t_localname.py \ t_mech_name.py \