mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pax-utils: ignore failing test
This commit is contained in:
parent
d010e2da55
commit
f1e42c304f
1 changed files with 9 additions and 0 deletions
|
@ -13,3 +13,12 @@ homepage="https://cgit.gentoo.org/proj/pax-utils.git/"
|
||||||
distfiles="https://cgit.gentoo.org/proj/pax-utils.git/snapshot/pax-utils-${version}.tar.gz"
|
distfiles="https://cgit.gentoo.org/proj/pax-utils.git/snapshot/pax-utils-${version}.tar.gz"
|
||||||
checksum=60a3ae882b0722806aa4f8f0f6256271553259eee0d3875f16c0e3b604503847
|
checksum=60a3ae882b0722806aa4f8f0f6256271553259eee0d3875f16c0e3b604503847
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
vsed -i tests/source/dotest -e '/lib\.sh/s,$,;top_srcdir="../../",'
|
||||||
|
|
||||||
|
# ignore wrong symlinks
|
||||||
|
# -/usr/lib64/libc.so
|
||||||
|
# +/lib/libc.so
|
||||||
|
vsed -i tests/lddtree/dotest-cmp -e '/fail "lddtree/s/$/ ; ret=0/'
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue