From 50327ce6dc622fb396f9a358fce2569481398668 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Thu, 26 Jan 2012 12:55:34 +0000 Subject: Use termkey_new_abstract() in unit tests --- t/03utf8.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 't/03utf8.c') diff --git a/t/03utf8.c b/t/03utf8.c index bb97328..bf41d50 100644 --- a/t/03utf8.c +++ b/t/03utf8.c @@ -8,10 +8,7 @@ int main(int argc, char *argv[]) plan_tests(57); - /* Sanitise this just in case */ - putenv("TERM=vt100"); - - tk = termkey_new(-1, TERMKEY_FLAG_UTF8); + tk = termkey_new_abstract("vt100", TERMKEY_FLAG_UTF8); termkey_push_bytes(tk, "a", 1); -- cgit v1.2.3