mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/rsync: remove itemize.test as it's flawed
This commit is contained in:
parent
9adf11fe0e
commit
0ed63e67d0
@ -24,6 +24,13 @@ builddir="$srcdir/$pkgname-$pkgver"
|
||||
# - CVE-2017-17434-1
|
||||
# - CVE-2017-17434-2
|
||||
|
||||
# delete the itemize test because it is flawed and depends on filesystem-specific behavior
|
||||
prepare() {
|
||||
cd "$builddir"
|
||||
default_prepare
|
||||
rm testsuite/itemize.test
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user