From c182157b3bf68888a3296b5cef1bd26e80d44332 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 8 Mar 2012 21:09:34 -0600 Subject: done_testing --- t/detect.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/detect.t') 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(<foo at -e line 7\b+, "detection works for terminal output"); + +done_testing; -- cgit v1.2.3-54-g00ecf