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. Regards, Matt. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page