git: a1cd2f5d830d - stable/13 - ping: add missing test files to Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 May 2022 12:16:49 UTC
The branch stable/13 has been updated by karels: URL: https://cgit.FreeBSD.org/src/commit/?id=a1cd2f5d830de2b02c641bd3f38b41fc26023caa commit a1cd2f5d830de2b02c641bd3f38b41fc26023caa Author: Mike Karels <karels@FreeBSD.org> AuthorDate: 2022-05-21 03:13:02 +0000 Commit: Mike Karels <karels@FreeBSD.org> CommitDate: 2022-05-27 12:12:04 +0000 ping: add missing test files to Makefile Should fix ATF tests after 5af718a5927a. (cherry picked from commit a30eee517dfd238b1988ae2f0279f579abe81c95) --- sbin/ping/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/ping/tests/Makefile b/sbin/ping/tests/Makefile index 5eb0b3abc4fa..c89d522a0dee 100644 --- a/sbin/ping/tests/Makefile +++ b/sbin/ping/tests/Makefile @@ -8,5 +8,7 @@ PACKAGE= tests ATF_TESTS_SH+= ping_test ${PACKAGE}FILES+= ping_c1_s56_t1.out ${PACKAGE}FILES+= ping_6_c1_s8_t1.out +${PACKAGE}FILES+= ping_c1_s56_t1_S127.out +${PACKAGE}FILES+= ping_c1_s8_t1_S1.out .include <bsd.test.mk>