diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2017-08-24 03:20:40 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2017-08-24 03:20:40 +0000 |
commit | ba19ee48e47fbba1b19e881f93271f696162a38e (patch) | |
tree | 7ab480b20f46bb85e9cfb9c19d622c85fe744539 /chapter06/acl.xml | |
parent | 0a88d3b17f10e7e257e041210237da819a9036aa (diff) |
Fix acl's testsuite for perl-5.26.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11290 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/acl.xml')
-rw-r--r-- | chapter06/acl.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/acl.xml b/chapter06/acl.xml index 752e8eb86..df058f721 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -51,6 +51,10 @@ <screen><userinput remap="pre">sed -i "s:| sed.*::g" test/{sbits-restore,cp,misc}.test</userinput></screen> + <para>Fix a problem in the test procedures caused by changes in perl-5.26:</para> + +<screen><userinput remap="pre">sed -i 's/{(/\\{(/' test/run</userinput></screen> + <para>Additionally, fix a bug that causes <command>getfacl -e</command> to segfault on overly long group name:</para> |