tests: regress: remove obsolete modversion test

pull/190/head
Ariadne Conill 2023-08-04 08:44:57 +00:00
parent a97b75ab2c
commit f305901052
1 changed files with 1 additions and 8 deletions

View File

@ -31,8 +31,7 @@ tests_init \
explicit_sysroot \
empty_tuple \
solver_requires_private_debounce \
billion_laughs \
maximum_package_depth_off_by_one
billion_laughs
# sysroot_munge \
@ -274,9 +273,3 @@ billion_laughs_body()
atf_check -o inline:"warning: truncating very long variable to 64KB\nwarning: truncating very long variable to 64KB\nwarning: truncating very long variable to 64KB\nwarning: truncating very long variable to 64KB\nwarning: truncating very long variable to 64KB\n" \
pkgconf --with-path="${selfdir}/lib1" --validate billion-laughs
}
maximum_package_depth_off_by_one_body()
{
atf_check -o inline:"1.2.3\n" \
pkgconf --with-path="${selfdir}/lib1" --modversion foo bar baz
}