Matthew Burgess wrote: > On 31/08/2011 19:51, Bruce Dubbs wrote: > >> Commenting out the line 'cp $in /t' does not seem to affect the test. >> The question now is whether to do >> >> sed -i 's:\(cp $in /t\):#\1:' tests/unibyte-bracket-expr >> >> Or just delete the /t file that's created. > > I'd prefer to prevent the file from being created. The following is > much simpler: > > sed -i 's/cp/#&/' tests/unibyte-bracket-expr > > I've submitted the patch upstream, and it'll be applied shortly.
OK. I'll update svn and we will do either 7.0 or rc-2 from there. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page