summaryrefslogtreecommitdiff
path: root/tests-clar/fetchhead/nonetwork.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests-clar/fetchhead/nonetwork.c')
-rw-r--r--tests-clar/fetchhead/nonetwork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/fetchhead/nonetwork.c b/tests-clar/fetchhead/nonetwork.c
index b8cb69e68..ef30679f9 100644
--- a/tests-clar/fetchhead/nonetwork.c
+++ b/tests-clar/fetchhead/nonetwork.c
@@ -92,7 +92,7 @@ void test_fetchhead_nonetwork__write(void)
cl_git_pass(git_futils_readbuffer(&fetchhead_buf,
"./test1/.git/FETCH_HEAD"));
- equals = (strcmp(fetchhead_buf.ptr, FETCH_HEAD_WILDCARD_DATA) == 0);
+ equals = (strcmp(fetchhead_buf.ptr, FETCH_HEAD_WILDCARD_DATA_LOCAL) == 0);
git_buf_free(&fetchhead_buf);