diff options
Diffstat (limited to 'tests/t12-repo.c')
-rw-r--r-- | tests/t12-repo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t12-repo.c b/tests/t12-repo.c index 47a48b28d..274abf959 100644 --- a/tests/t12-repo.c +++ b/tests/t12-repo.c @@ -334,7 +334,7 @@ static int append_ceiling_dir(char *ceiling_dirs, const char *path) return git__rethrow(error, "Failed to append ceiling directory."); if (len) - ceiling_dirs[len] = ':'; + ceiling_dirs[len] = GIT_PATH_LIST_SEPARATOR; return GIT_SUCCESS; } |