tests: fix test regressions caused by tilde changes
ci/woodpecker/push/woodpecker Pipeline failed Details

pull/249/head
Ariadne Conill 2023-01-21 19:25:46 +00:00
parent 131619ae4b
commit 6a5b55740d
1 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ exists_version_bad3_body()
export PKG_CONFIG_PATH="${selfdir}/lib1"
atf_check \
-s exit:1 \
pkgconf --exists 'tilde <= 1.0.0'
pkgconf --exists 'tilde >= 1.0.0'
}
exists_body()
@ -193,7 +193,7 @@ exists2_body()
{
export PKG_CONFIG_PATH="${selfdir}/lib1"
atf_check \
pkgconf --exists 'tilde >= 1.0.0'
pkgconf --exists 'tilde <= 1.0.0'
}
exists3_body()