summaryrefslogtreecommitdiffstats
path: root/t/html.t
diff options
context:
space:
mode:
Diffstat (limited to 't/html.t')
-rw-r--r--t/html.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/html.t b/t/html.t
index 1b6188c..046990e 100644
--- a/t/html.t
+++ b/t/html.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 => 4;
}
sub output_like {
@@ -49,3 +48,5 @@ output_like(<<EOF,
EOF
qr+<span style=\"color:#800\">foo</span> at -e line 3\.?\n\tmain::foo\(\) called at -e line 5\n+,
"dies with a stacktrace work");
+
+done_testing;