Skip to content

test: verify that PKGEXTS is treated as a glob

Created by: LukeShu

test: db-update: @test "update same any package to same repository falls": change PKGEXT

This has the test change PKGEXT the second time it tries to release the package. Currently, this causes the tests to fail. That's a good thing; it's checking for the regression where db-functions:check_pkgrepos isn't treating PKGEXT as a glob.

Without this, that regression didn't cause test failure because the checks right after it were tripping anyway.

https://lists.archlinux.org/pipermail/arch-projects/2018-February/004742.html

Merge request reports