The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=c5e957ad4fe63c90fccc7051ba2a4cb1fe140a75
commit c5e957ad4fe63c90fccc7051ba2a4cb1fe140a75 Author: Xin LI <[email protected]> AuthorDate: 2022-10-01 05:45:32 +0000 Commit: Xin LI <[email protected]> CommitDate: 2022-10-01 05:45:32 +0000 file: fix test case for gpkg by removing the extra \n. MFC after: 3 days --- contrib/file/tests/gpkg-1-zst.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/file/tests/gpkg-1-zst.result b/contrib/file/tests/gpkg-1-zst.result index e99149450b1a..10379834d4b1 100644 --- a/contrib/file/tests/gpkg-1-zst.result +++ b/contrib/file/tests/gpkg-1-zst.result @@ -1 +1 @@ -Gentoo GLEP 78 (GPKG) binary package for "inkscape-1.2.1-r2-1" using zstd compression +Gentoo GLEP 78 (GPKG) binary package for "inkscape-1.2.1-r2-1" using zstd compression \ No newline at end of file
