summaryrefslogtreecommitdiffstats
path: root/t/001-basic.t
diff options
context:
space:
mode:
Diffstat (limited to 't/001-basic.t')
-rw-r--r--t/001-basic.t8
1 files changed, 0 insertions, 8 deletions
diff --git a/t/001-basic.t b/t/001-basic.t
deleted file mode 100644
index 2ac09a9..0000000
--- a/t/001-basic.t
+++ /dev/null
@@ -1,8 +0,0 @@
-#!perl -T
-use strict;
-use warnings;
-use Test::More tests => 1;
-use IO::Pty::Easy;
-
-ok(1);
-