git: 4c0effbb1ddf - stable/14 - libarchive tests: Re-enable a broken test

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Tue, 05 Nov 2024 14:29:56 UTC
The branch stable/14 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=4c0effbb1ddf85fa8d7b94e8b3767acd11a38b76

commit 4c0effbb1ddf85fa8d7b94e8b3767acd11a38b76
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-10-29 15:11:28 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-11-05 00:55:43 +0000

    libarchive tests: Re-enable a broken test
    
    It passes and so appears to have been silently fixed at some point.
    
    PR:             240683
    MFC after:      1 week
    
    (cherry picked from commit 218f80226b82763c3cbd48de560959ad546b5e26)
---
 lib/libarchive/tests/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile
index 2684d1661e57..0562197e6936 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -335,9 +335,6 @@ ${PACKAGE}FILES+=	test_fuzz_1.iso.Z.uu
 BROKEN_TESTS+=			test_fuzz_rar
 .endif
 
-# https://bugs.freebsd.org/240683
-BROKEN_TESTS+=			test_write_filter_zstd
-
 # Build the test program.
 SRCS.libarchive_test=		\
 	${TESTS_SRCS}		\