mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
sys-fs/e2fsprogs: skip m_rootdir_acl test (fails on btrfs)
Bug: https://github.com/tytso/e2fsprogs/issues/158 Closes: https://bugs.gentoo.org/905221 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
5c1bed15f4
commit
b7d60b0116
@ -57,6 +57,11 @@ src_prepare() {
|
||||
# violation due to mktexfmt invocation
|
||||
rm -r doc || die "Failed to remove doc dir"
|
||||
|
||||
cat <<-'EOF' > tests/m_rootdir_acl/script || die
|
||||
echo "$test_name: $test_description: skipped (bgo#905221, fails on btrfs)"
|
||||
return 0
|
||||
EOF
|
||||
|
||||
# Prevent included intl cruft from building, bug #81096
|
||||
sed -i -r \
|
||||
-e 's:@LIBINTL@:@LTLIBINTL@:' \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user