From 5cb6cd19f3558fc4f554d250f71180346f133611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 6 Apr 2012 01:08:37 +0000 Subject: [PATCH] I've decided that the code, not the test, is correct in this case; this is adequately documented in openpam_readlinev(3). git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@581 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- t/t_openpam_readlinev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t_openpam_readlinev.c b/t/t_openpam_readlinev.c index 9d0a9cf..eaf0eee 100644 --- a/t/t_openpam_readlinev.c +++ b/t/t_openpam_readlinev.c @@ -222,7 +222,7 @@ T_FUNC(unterminated_empty_line, "unterminated empty line") orlv_open(); orlv_output(" "); orlv_rewind(); - ret = orlv_expect(empty, 0 /*lines*/, 1 /*eof*/); + ret = orlv_expect(NULL, 0 /*lines*/, 1 /*eof*/); orlv_close(); return (ret); }