mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 17:16:43 +02:00
source files are the same, auxiliary files generated by `bootstrap` in prepare(), which we were already running ref: https://gitlab.alpinelinux.org/alpine/aports/-/issues/17028
14 lines
290 B
Diff
14 lines
290 B
Diff
runs when getcap is available, and setting a cap in fakeroot is forbidden so it fails
|
|
--
|
|
--- a/test/Makefile.am
|
|
+++ b/test/Makefile.am
|
|
@@ -14,8 +14,7 @@ TESTS = \
|
|
t.perlstat \
|
|
t.tar \
|
|
t.touchinstall \
|
|
- t.truereturn \
|
|
- t.xattr
|
|
+ t.truereturn
|
|
|
|
suffix =
|
|
|