* tests/tap-functions (skip_all_): Set `$have_tap_plan_' to "yes"
when called, so that the exit trap won't write another TAP plan.
+2011-08-08 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ test defs: fix bug in TAP version of `skip_all_'
+ * tests/tap-functions (skip_all_): Set `$have_tap_plan_' to "yes"
+ when called, so that the exit trap won't write another TAP plan.
+
2011-08-08 Stefano Lattarini <stefano.lattarini@gmail.com>
test defs: fix skip directives to work also with TAP-based tests
skip_all_ ()
{
echo "1..0 # SKIP" ${1+"$@"}
+ have_tap_plan_=yes
Exit 0
}