=== modified file 't/40ti-override.c' --- t/40ti-override.c 2019-02-21 18:50:40 +0000 +++ t/40ti-override.c 2016-12-16 16:05:06 +0000 @@ -22,11 +22,7 @@ plan_tests(3); - /* There was never a VT750. We've just made this string up. - * This test ensures that the hooked function can invent TI strings for new - * terminal types that don't exist in the TI database yet. - */ - tk = termkey_new_abstract("vt750", TERMKEY_FLAG_NOSTART); + tk = termkey_new_abstract("vt100", TERMKEY_FLAG_NOSTART); termkey_hook_terminfo_getstr(tk, &backspace_is_X, NULL); termkey_start(tk);