1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-30 14:29:27 +00:00

Rename test to open_file

This commit is contained in:
Peter Evans 2018-03-13 15:19:26 -05:00
parent d0b085fd7a
commit 2c676e144a

View File

@ -31,7 +31,7 @@ Test(option, error)
cr_assert_str_eq(option_get_error(), str);
}
Test(option, read_file)
Test(option, open_file)
{
char *str = "so much FUN";
char *bad_file = "/tmp/BLEH";