summaryrefslogtreecommitdiffstats
path: root/t/detect.t
diff options
context:
space:
mode:
Diffstat (limited to 't/detect.t')
-rw-r--r--t/detect.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/detect.t b/t/detect.t
index 5104fa0..772365c 100644
--- a/t/detect.t
+++ b/t/detect.t
@@ -5,7 +5,6 @@ use Test::More;
BEGIN {
eval "use IO::Pty::Easy;";
plan skip_all => "IO::Pty::Easy is required for this test" if $@;
- plan tests => 2;
}
sub output_like {
@@ -35,3 +34,5 @@ output_like(<<EOF,
EOF
qr+<span style=\"color:#880\">foo</span> at -e line 7\b+,
"detection works for terminal output");
+
+done_testing;