diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2018-08-12 13:26:20 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2018-08-12 13:40:51 +0200 |
commit | bf5a79da6b5e1438f614f757fd67b72508d6c7d2 (patch) | |
tree | 0178804db86022acca7cf507abfa905dab8e2376 /test | |
parent | b702e5c0e7f13103fc764b7e5613f78f3e7acd30 (diff) | |
download | aur-bf5a79da6b5e1438f614f757fd67b72508d6c7d2.tar.gz aur-bf5a79da6b5e1438f614f757fd67b72508d6c7d2.tar.xz |
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 <lfleischer@archlinux.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |