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

Obtained from:	libarchive (d43c39247)

(cherry picked from commit 701d0666c0)
This commit is contained in:
Martin Matuska 2024-04-17 09:33:13 +02:00
parent aa2aad0492
commit 4217cc09bd

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. */