commit 16e2ac079eb67d1615e983047d2024015ce9bb42
parent 77e06dda9179e6b26184824414195a64c88f3d23
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 23 Jul 2023 15:01:07 +0200
-ignore locale/ dir
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
@@ -658,6 +658,9 @@ TALER_MHD_legal_load (const struct GNUNET_CONFIGURATION_Handle *cfg,
if (lang[0] == '.')
continue;
+ if (0 == strcmp (lang,
+ "locale"))
+ continue;
load_language (legal,
path,
lang);
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh
@@ -570,7 +570,7 @@ then
--timeout=1 \
--user admin \
--password secret \
- "http://localhost:8082/" \
+ "http://localhost:${BANK_PORT}/" \
-o /dev/null \
-O /dev/null >/dev/null || continue
OK="1"