Re: Spurious file

2011-08-31 Thread Bruce Dubbs
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

Re: Spurious file

2011-08-31 Thread Bruce Dubbs
Nathan Coulson wrote: > On Wed, Aug 31, 2011 at 11:55 AM, Matthew Burgess > wrote: >> On 31/08/2011 18:51, Bruce Dubbs wrote: >>> I've noticed that there is a spurious file, /t, created in the latest >>> builds of LFS. Â The file is 2 bytes long, a 0xff followed by a newline. >>> >>> It is a file

Re: Spurious file

2011-08-31 Thread Matthew Burgess
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

Re: Spurious file

2011-08-31 Thread Yaacov-Yoseph Weiss
On Wed, Aug 31, 2011 at 8:51 PM, Bruce Dubbs wrote: > I've noticed that there is a spurious file, /t, created in the latest > builds of LFS.  The file is 2 bytes long, a 0xff followed by a newline. > > It is a file generated by one of the tests in grep.  I'm not sure how to > find which test. I w

Re: Spurious file

2011-08-31 Thread Nathan Coulson
On Wed, Aug 31, 2011 at 11:55 AM, Matthew Burgess wrote: > On 31/08/2011 18:51, Bruce Dubbs wrote: >> I've noticed that there is a spurious file, /t, created in the latest >> builds of LFS.  The file is 2 bytes long, a 0xff followed by a newline. >> >> It is a file generated by one of the tests in

Re: Spurious file

2011-08-31 Thread Matthew Burgess
On 31/08/2011 18:51, Bruce Dubbs wrote: > I've noticed that there is a spurious file, /t, created in the latest > builds of LFS. The file is 2 bytes long, a 0xff followed by a newline. > > It is a file generated by one of the tests in grep. I'm not sure how to > find which test. It appears to be

Re: Spurious file

2011-08-31 Thread Bruce Dubbs
Bruce Dubbs wrote: > I've noticed that there is a spurious file, /t, created in the latest > builds of LFS. The file is 2 bytes long, a 0xff followed by a newline. > > It is a file generated by one of the tests in grep. I'm not sure how to > find which test. It appears to be harmless and the e