diff options
| author | Pierre Pronchery <khorben@FreeBSD.org> | 2026-06-25 22:30:05 +0000 |
|---|---|---|
| committer | Pierre Pronchery <khorben@FreeBSD.org> | 2026-06-29 05:21:48 +0000 |
| commit | b0fc1b7a2fe8fcb18ee407227591bf25a86ffbaf (patch) | |
| tree | 0cc32f86bf808bcf9d79da95db969cd76f0feadb /t/cli/max-version-inline-constraint.test | |
| parent | eaa637963bcfde283b411c14968b7903b02d6aa1 (diff) | |
Vendor import of pkgconf 2.9.92vendor/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
Diffstat (limited to 't/cli/max-version-inline-constraint.test')
| -rw-r--r-- | t/cli/max-version-inline-constraint.test | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
