bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

localename tests: Fix test failure on Android


From: Bruno Haible
Subject: localename tests: Fix test failure on Android
Date: Sat, 26 Jan 2019 23:42:49 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; )

> The cause is that the native setlocale() function always fails.
> 
> This patch provides a workaround.

This workaround fixes a failure of 'test-localename'.


2019-01-26  Bruno Haible  <address@hidden>

        localename tests: Fix test failure on Android.
        * modules/localename-tests (Depends-on): Add 'setlocale'.

diff --git a/modules/localename-tests b/modules/localename-tests
index f7633f0..4940965 100644
--- a/modules/localename-tests
+++ b/modules/localename-tests
@@ -6,6 +6,7 @@ Depends-on:
 locale
 setenv
 unsetenv
+setlocale
 strdup
 
 configure.ac:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]