libarchive: fix null format string error in tests (unbreaks gcc13 build)

Obtained from:	libarchive (d43c39247)
MFC after:	1 week
This commit is contained in:
Martin Matuska 2024-04-17 09:33:13 +02:00
parent b9dee1dca2
commit 701d0666c0

View file

@ -195,7 +195,6 @@ compat_lzip_4(const char *name)
assertEqualString("test.bin", archive_entry_pathname(ae));
/* Verify the end-of-archive. */
archive_set_error(a, ARCHIVE_OK, NULL);
assertEqualIntA(a, ARCHIVE_EOF, archive_read_next_header(a, &ae));
/* Verify that the format detection worked. */