summaryrefslogtreecommitdiff
path: root/t/16term-read.c
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2014-04-19 02:36:07 +0100
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2014-04-19 02:36:07 +0100
commitaf513caa552310a38201ca220a9a2448ec8e51cf (patch)
treeb6c899be4bdf8d90937aa9a630e7334fecc4d625 /t/16term-read.c
parent9c64293fc9ddc8560dd38140872d6fb565d7b9cc (diff)
Don't pre-declare test count; use plan-at-EOF feature of TAP
Diffstat (limited to 't/16term-read.c')
-rw-r--r--t/16term-read.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/16term-read.c b/t/16term-read.c
index 8cd0d6e..2f8772f 100644
--- a/t/16term-read.c
+++ b/t/16term-read.c
@@ -21,8 +21,6 @@ int main(int argc, char *argv[])
* pipe() can make us one */
pipe(fd);
- plan_tests(9);
-
tt = tickit_term_new_for_termtype("xterm");
tickit_term_set_input_fd(tt, fd[0]);