summaryrefslogtreecommitdiffstats
path: root/t/term.t
diff options
context:
space:
mode:
Diffstat (limited to 't/term.t')
-rw-r--r--t/term.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/term.t b/t/term.t
index 2df6b64..f8af0b3 100644
--- a/t/term.t
+++ b/t/term.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 => 5;
}
sub output_like {
@@ -56,3 +55,5 @@ output_like(<<EOF,
EOF
qr/\e\[31mfoo at bar line 23\e\[m at -e line 2\b/,
"weird messages work");
+
+done_testing;