tests: fix spurious failure for awk implementation of TAP driver
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 26 Aug 2011 09:11:36 +0000 (11:11 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 26 Aug 2011 09:11:36 +0000 (11:11 +0200)
commit85aa4fee2425be149d54a634f7664d70184c5b41
tree953dd9ca4017a15a3e807faa1aecdb57fe48a7f4
parente698ee3ea801e1a02263516d75bc4fb1f25e7b3c
tests: fix spurious failure for awk implementation of TAP driver

* 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 positives.
ChangeLog
tests/tap-realtime.test