aboutsummaryrefslogtreecommitdiff
path: root/tests/05read.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/05read.c')
-rw-r--r--tests/05read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/05read.c b/tests/05read.c
index 226acca..67f2092 100644
--- a/tests/05read.c
+++ b/tests/05read.c
@@ -21,7 +21,7 @@ main (int argc, char *argv[])
// Sanitise this just in case
putenv ("TERM=vt100");
- tk = termo_new (fd[0], NULL, TERMO_FLAG_NOTERMIOS);
+ tk = termo_new (fd[0], NULL, NULL, TERMO_FLAG_NOTERMIOS);
is_int (termo_get_buffer_remaining (tk), 256,
"buffer free initially 256");