From bf5a79da6b5e1438f614f757fd67b72508d6c7d2 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 12 Aug 2018 13:26:20 +0200 Subject: Initialize locale directory for tests 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 --- test/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/setup.sh b/test/setup.sh index 535e8190..5c761f22 100644 --- a/test/setup.sh +++ b/test/setup.sh @@ -31,6 +31,7 @@ aur_request_ml = aur-requests@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 -- cgit v1.2.3-24-g4f1b