summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-01-05 14:45:14 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2021-01-05 14:46:09 +0000
commit855f2998acfa58ce6f4a7a1a1b3d5d48475b2330 (patch)
tree050555dacd828e1bb22b2331f563b4ec63cb6109 /tests
parentf0d7922c9bafff38e12978625f467aafebe75145 (diff)
downloadlibgit2-855f2998acfa58ce6f4a7a1a1b3d5d48475b2330.tar.gz
blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`ethomson/tttoo_many_ttts
`GIT_BLOB_FILTER_ATTTRIBUTES_FROM_HEAD` is misspelled, it should be `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`, and it would be if it were not for the MacBook Pro keyboard and my inattentiveness.
Diffstat (limited to 'tests')
-rw-r--r--tests/filter/bare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filter/bare.c b/tests/filter/bare.c
index 430931ee8..7319b5203 100644
--- a/tests/filter/bare.c
+++ b/tests/filter/bare.c
@@ -10,7 +10,7 @@ void test_filter_bare__initialize(void)
cl_git_pass(git_repository_open(&g_repo, "crlf.git"));
filter_opts.flags |= GIT_BLOB_FILTER_NO_SYSTEM_ATTRIBUTES;
- filter_opts.flags |= GIT_BLOB_FILTER_ATTTRIBUTES_FROM_HEAD;
+ filter_opts.flags |= GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD;
}
void test_filter_bare__cleanup(void)