From f3059010526cd5454b8d445cf34bdf245b384817 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Fri, 4 Aug 2023 08:44:57 +0000 Subject: [PATCH] tests: regress: remove obsolete modversion test --- tests/regress.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/regress.sh b/tests/regress.sh index 62abe21..37c665c 100755 --- a/tests/regress.sh +++ b/tests/regress.sh @@ -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 -}