summaryrefslogtreecommitdiff
path: root/t/helper/test-userdiff.c
diff options
context:
space:
mode:
Diffstat (limited to 't/helper/test-userdiff.c')
-rw-r--r--t/helper/test-userdiff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-userdiff.c b/t/helper/test-userdiff.c
index 94c48ababb..aa3a9894d2 100644
--- a/t/helper/test-userdiff.c
+++ b/t/helper/test-userdiff.c
@@ -41,7 +41,7 @@ int cmd__userdiff(int argc, const char **argv)
if (want & USERDIFF_DRIVER_TYPE_CUSTOM) {
setup_git_directory();
- git_config(cmd__userdiff_config, NULL);
+ repo_config(the_repository, cmd__userdiff_config, NULL);
}
for_each_userdiff_driver(driver_cb, &want);