From b0fc1b7a2fe8fcb18ee407227591bf25a86ffbaf Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 26 Jun 2026 00:30:05 +0200 Subject: Vendor import of pkgconf 2.9.92 Obtained from https://github.com/pkgconf/pkgconf/archive/refs/tags/pkgconf-2.9.92.tar.gz SHA1: 865d15aac5e720a8897b14e0f475736a810a9340 - SHA256: 1eeda57d5f7b8dd346278ea164536f313366bb10d531d7c490be439638942f6d - SHA512: a66960f79f83508e372ef948ec98f906abb31aed0b4c1a667f2cf8235f55ede1553fc5dfd1baaa6217a2d82c725448e64207b1dfb858f21fdb12f82e6771546f - One test folder in tests/lib1 had to be removed to avoid UTF-8 filenames in the tree. (Breaks `make create-source-packages`) Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D57856 --- t/cli/max-version-inline-constraint.test | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 t/cli/max-version-inline-constraint.test (limited to 't/cli/max-version-inline-constraint.test') diff --git a/t/cli/max-version-inline-constraint.test b/t/cli/max-version-inline-constraint.test new file mode 100644 index 000000000000..c7b89f4b5999 --- /dev/null +++ b/t/cli/max-version-inline-constraint.test @@ -0,0 +1,3 @@ +Tool: pkgconf +ToolArgs: --with-path=%TEST_FIXTURES_DIR%/lib1 --max-version=9 "foo > 2" +ExpectedExitCode: 1 -- cgit v1.3