From 2c676e144a3b252672d638a5332f8a0a09eae786 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Tue, 13 Mar 2018 15:19:26 -0500 Subject: [PATCH] Rename test to open_file --- tests/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/option.c b/tests/option.c index 068e5d8..c900863 100644 --- a/tests/option.c +++ b/tests/option.c @@ -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";