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
This commit is contained in:
Dag-Erling Smørgrav 2012-04-06 01:08:37 +00:00
parent 364f3b0753
commit 5cb6cd19f3
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}