git: 218f80226b82 - main - libarchive tests: Re-enable a broken test

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Tue, 29 Oct 2024 15:50:09 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=218f80226b82763c3cbd48de560959ad546b5e26

commit 218f80226b82763c3cbd48de560959ad546b5e26
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-10-29 15:11:28 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-10-29 15:11:28 +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
---
 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}		\