Remove todo list, all tests pass

[ci skip]
This commit is contained in:
Stig Sandbeck Mathisen 2014-10-05 20:47:12 +02:00
parent ff4c91acb8
commit 3bb0f8a342
1 changed files with 0 additions and 56 deletions

View File

@ -1,56 +0,0 @@
* munin contrib - plugin tests
Summary:
Failed 2/1006 subtests
(less 1 skipped subtest: 1003 okay)
** [0/1] False positives
*** TODO not ok 110 - plugins/system/solaris-memstat: ksh syntax check
Can't see what's wrong here. False positive from "ksh -n"?
#+BEGIN_EXAMPLE
# Failed test 'plugins/system/solaris-memstat: ksh syntax check'
# at t/test.t line 169.
#
# Command: ksh -n solaris-memstat
#
# STDOUT:
#
#
#
# STDERR:
#
# solaris-memstat: syntax error at line 119: `if' unmatched
#
#
#+END_EXAMPLE
** [0/1] Blame the CI provider
*** TODO not ok 536 - plugins/network/multi_tcp_ping: perl syntax check
Perl on travis-ci not built to support threads
#+BEGIN_EXAMPLE
# Failed test 'plugins/network/multi_tcp_ping: perl syntax check'
# at t/test.t line 169.
#
# Command: perl -cw multi_tcp_ping
#
# STDOUT:
#
#
#
# STDERR:
#
# This Perl not built to support threads
# Compilation failed in require at multi_tcp_ping line 75.
# BEGIN failed--compilation aborted at multi_tcp_ping line 75.
#
#
#+END_EXAMPLE