path: hand-code the zero-width joiner as UTF-8
diff --git a/tests/path/dotgit.c b/tests/path/dotgit.c
index cad1e25..20e585e 100644
--- a/tests/path/dotgit.c
+++ b/tests/path/dotgit.c
@@ -4,7 +4,11 @@
static char *gitmodules_altnames[] = {
".gitmodules",
- ".git\u200cmodules",
+ /*
+ * Equivalent to the ".git\u200cmodules" string from git but hard-coded
+ * as a UTF-8 sequence
+ */
+ ".git\xe2\x80\x8cmodules",
".Gitmodules",
".gitmoduleS",