From b55c56a7452479cb97ef00dd852cce00750f43f3 Mon Sep 17 00:00:00 2001 From: Guilherme Puida Date: Mon, 10 Jun 2024 20:01:38 -0300 Subject: [PATCH] pytest: include testenv/vsftpd.py in dist tarball Closes #13918 --- tests/http/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/http/Makefile.am b/tests/http/Makefile.am index d3a219d7a2..d9ab29686c 100644 --- a/tests/http/Makefile.am +++ b/tests/http/Makefile.am @@ -35,6 +35,7 @@ testenv/httpd.py \ testenv/mod_curltest/mod_curltest.c \ testenv/nghttpx.py \ testenv/ports.py \ +testenv/vsftpd.py \ testenv/ws_echo_server.py EXTRA_DIST = \ -- 2.47.3