diff options
Diffstat (limited to 'tests/path/dotgit.c')
| -rw-r--r-- | tests/path/dotgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/path/dotgit.c b/tests/path/dotgit.c index 9ac68b0ff..855145f42 100644 --- a/tests/path/dotgit.c +++ b/tests/path/dotgit.c @@ -120,7 +120,7 @@ void test_path_dotgit__dotgit_modules_symlink(void) cl_assert_equal_b(false, git_path_is_valid(NULL, ".gitmodules . .::$DATA", S_IFLNK, GIT_PATH_REJECT_DOT_GIT_NTFS)); } -void test_core_path__git_fs_path_is_file(void) +void test_path_dotgit__git_fs_path_is_file(void) { cl_git_fail(git_path_is_gitfile("blob", 4, -1, GIT_PATH_FS_HFS)); cl_git_pass(git_path_is_gitfile("blob", 4, GIT_PATH_GITFILE_GITIGNORE, GIT_PATH_FS_HFS)); |
