diff --git a/t/todo.org b/t/todo.org deleted file mode 100644 index c5cda727..00000000 --- a/t/todo.org +++ /dev/null @@ -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