From 5ea111c53d69b4888e1d7ee9195301d23d3deeeb Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 8 Jan 2008 09:09:18 +0100 Subject: [PATCH] Update localename-tests for setenv changes. --- ChangeLog | 6 ++++++ modules/localename-tests | 1 + tests/test-localename.c | 4 +--- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 10dd6957f..af7c70b5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-06 Simon Josefsson + + * tests/test-localename.c: Don't include obsolete "setenv.h". + + * modules/localename-tests (Depends-on): Need unsetenv. + 2008-01-08 Ralf Wildenhues * DEPENDENCIES: Require Texinfo version 4.6 or newer. diff --git a/modules/localename-tests b/modules/localename-tests index 72e95823a..79ce11ea4 100644 --- a/modules/localename-tests +++ b/modules/localename-tests @@ -3,6 +3,7 @@ tests/test-localename.c Depends-on: setenv +unsetenv configure.ac: diff --git a/tests/test-localename.c b/tests/test-localename.c index a417aced5..0bd0c728b 100644 --- a/tests/test-localename.c +++ b/tests/test-localename.c @@ -1,5 +1,5 @@ /* Test of gl_locale_name function. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,8 +25,6 @@ #include #include -#include "setenv.h" - #define ASSERT(expr) \ do \ { \ -- 2.11.0