[PATCH] Initialize locale directory for tests

Lukas Fleischer lfleischer at archlinux.org
Sun Aug 12 11:48:31 UTC 2018


Since commit a7865ef (Make the locale directory configurable,
2018-07-22), we need to specify the locale directory in the
configuration file.

Signed-off-by: Lukas Fleischer <lfleischer at archlinux.org>
---
 test/setup.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/setup.sh b/test/setup.sh
index 535e819..5c761f2 100644
--- a/test/setup.sh
+++ b/test/setup.sh
@@ -31,6 +31,7 @@ aur_request_ml = aur-requests at archlinux.org
 enable-maintenance = 0
 maintenance-exceptions = 127.0.0.1
 commit_uri = https://aur.archlinux.org/cgit/aur.git/log/?h=%s&id=%s
+localedir = $TOPLEVEL/web/locale/
 
 [notifications]
 notify-cmd = $NOTIFY
-- 
2.18.0


More information about the aur-dev mailing list