tests: fix test regressions caused by tilde changes

stable/1.8.x
Ariadne Conill 2023-01-21 19:25:46 +00:00
parent f58d54e77b
commit e3957c6155
1 changed files with 2 additions and 2 deletions

View File

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