mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07: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:
@@ -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@:' \
|
||||
|
||||
Reference in New Issue
Block a user