Re: [FYI] {master} gitignore: more use of anchors

2011-08-26 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Tue, Aug 09, 2011 at 05:04:16PM CEST: > On Tuesday 09 August 2011, Eric Blake wrote: > > On 08/09/2011 08:44 AM, Stefano Lattarini wrote: > > > * .gitignore: Anchor files that are intended to be ignored only > > > if found in the same directory of the `.gitignore' file,

[FYI] {test-protocols} tests: fix spurious failure for awk implementation of TAP driver

2011-08-26 Thread Stefano Lattarini
* tests/tap-realtime.test: The awk+shell implementation of the TAP driver must "read ahead" of one line in order to catch the exit status of the test script it runs. So, in the TAP-producer script here, be sure to echo one "dummy" line after each TAP result line in order not to cause false positiv