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
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
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
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
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
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
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