summaryrefslogtreecommitdiff
path: root/t/lib-gettext.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/lib-gettext.sh')
-rw-r--r--t/lib-gettext.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-gettext.sh b/t/lib-gettext.sh
index cc6bb2cdea..dcd6e9c3f7 100644
--- a/t/lib-gettext.sh
+++ b/t/lib-gettext.sh
@@ -7,7 +7,7 @@
. ./test-lib.sh
GIT_TEXTDOMAINDIR="$GIT_BUILD_DIR/po/build/locale"
-GIT_PO_PATH="$GIT_BUILD_DIR/po"
+GIT_PO_PATH="$GIT_SOURCE_DIR/po"
export GIT_TEXTDOMAINDIR GIT_PO_PATH
if test -n "$GIT_TEST_INSTALLED"