-ignore locale/ dir

This commit is contained in:
Christian Grothoff 2023-07-23 15:01:07 +02:00
parent 77e06dda91
commit 16e2ac079e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 4 additions and 1 deletions

View File

@ -658,6 +658,9 @@ TALER_MHD_legal_load (const struct GNUNET_CONFIGURATION_Handle *cfg,
if (lang[0] == '.') if (lang[0] == '.')
continue; continue;
if (0 == strcmp (lang,
"locale"))
continue;
load_language (legal, load_language (legal,
path, path,
lang); lang);

View File

@ -570,7 +570,7 @@ then
--timeout=1 \ --timeout=1 \
--user admin \ --user admin \
--password secret \ --password secret \
"http://localhost:8082/" \ "http://localhost:${BANK_PORT}/" \
-o /dev/null \ -o /dev/null \
-O /dev/null >/dev/null || continue -O /dev/null >/dev/null || continue
OK="1" OK="1"