tests/test_archpkg: use "dbus" to test "provided"
This package provides a package and a so.
This commit is contained in:
parent
c8b0e673ca
commit
cddf866ef6
|
@ -20,10 +20,10 @@ async def test_archpkg_strip_release(get_version):
|
||||||
|
|
||||||
@flaky
|
@flaky
|
||||||
async def test_archpkg_provided(get_version):
|
async def test_archpkg_provided(get_version):
|
||||||
assert await get_version("jsoncpp", {
|
assert await get_version("dbus", {
|
||||||
"source": "archpkg",
|
"source": "archpkg",
|
||||||
"provided": "libjsoncpp.so",
|
"provided": "libdbus-1.so",
|
||||||
}) == "24-64"
|
}) == "3-64"
|
||||||
|
|
||||||
@flaky
|
@flaky
|
||||||
async def test_archpkg_provided_strip(get_version):
|
async def test_archpkg_provided_strip(get_version):
|
||||||
|
|
Loading…
Reference in New Issue