changeset 9581:d3ce665ae1f7

Update localename-tests for setenv changes.
author Simon Josefsson <simon@josefsson.org>
date Tue, 08 Jan 2008 09:09:18 +0100
parents 2cd8602be722
children 0f601cc8836d
files ChangeLog modules/localename-tests tests/test-localename.c
diffstat 3 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-06  Simon Josefsson  <simon@josefsson.org>
+
+	* tests/test-localename.c: Don't include obsolete "setenv.h".
+
+	* modules/localename-tests (Depends-on): Need unsetenv.
+
 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
 	* DEPENDENCIES: Require Texinfo version 4.6 or newer.
--- a/modules/localename-tests
+++ b/modules/localename-tests
@@ -3,6 +3,7 @@
 
 Depends-on:
 setenv
+unsetenv
 
 configure.ac:
 
--- 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 <stdlib.h>
 #include <string.h>
 
-#include "setenv.h"
-
 #define ASSERT(expr) \
   do									     \
     {									     \