[build] remove test file

This commit is contained in:
Timothy Stack 2019-06-15 06:48:33 -07:00
parent 02c53976b4
commit a10fa06b10
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ int main(int argc, char *argv[])
char fn_template[] = "test_line_buffer.XXXXXX";
auto fd = auto_fd(mkstemp(fn_template));
remove(fn_template);
auto lb = line_buffer();
write(fd, TEST_DATA, strlen(TEST_DATA));