Fix the test test_dpkg_lowpkg::test_info

This commit is contained in:
Victor Zhestkov 2022-08-23 09:57:06 +03:00 committed by Megan Wilhite
parent 153ec95afa
commit 336b29f3b5

View file

@ -290,7 +290,6 @@ class DpkgTestCase(TestCase, LoaderModuleMockMixin):
"origin:",
"homepage:http://tiswww.case.edu/php/chet/bash/bashtop.html",
"status:ii ",
"======",
"description:GNU Bourne Again SHell",
" Bash is an sh-compatible command language interpreter that"
" executes",
@ -307,7 +306,8 @@ class DpkgTestCase(TestCase, LoaderModuleMockMixin):
" The Programmable Completion Code, by Ian Macdonald, is now"
" found in",
" the bash-completion package.",
"------",
"",
"*/~^\\*", # pylint: disable=W1401
]
),
}