Fix: test_seek should only output one TAP plan
authorChristian Babeux <christian.babeux@efficios.com>
Mon, 26 Aug 2013 18:15:14 +0000 (14:15 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Aug 2013 18:36:43 +0000 (14:36 -0400)
commit513413e14a7273784ba04f10f8e2ebfef40cdb6c
tree86e849056d705e4f157c76051687a87e6247bff1
parentc0903f871e79d7dcec02deb2e2121be6bce16d9b
Fix: test_seek should only output one TAP plan

On critical failure paths, the test_seek test was outputting multiple
TAP plans, which according to the specification [1] is invalid. This
causes parsing issues on very strict TAP parsers.

[1] - http://podwiki.hexten.net/TAP/TAP.html?page=TAP

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/lib/test_seek.c
This page took 0.024166 seconds and 4 git commands to generate.