Update localename-tests for setenv changes.
authorSimon Josefsson <simon@josefsson.org>
Tue, 8 Jan 2008 08:09:18 +0000 (09:09 +0100)
committerSimon Josefsson <simon@josefsson.org>
Tue, 8 Jan 2008 08:09:18 +0000 (09:09 +0100)
ChangeLog
modules/localename-tests
tests/test-localename.c

index 10dd6957ff61e82e342e124bd1a6b01e0e1f4ff2..af7c70b5e3a75b4cc049b85bd325a0c4eb1808f0 100644 (file)
--- 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.
index 72e95823abcbb4ff403ea35e2235652caaf18450..79ce11ea44852f67da787076fb490f29bdf2fcfc 100644 (file)
@@ -3,6 +3,7 @@ tests/test-localename.c
 
 Depends-on:
 setenv
+unsetenv
 
 configure.ac:
 
index a417aced56f602f6098b0330f9fd203e8d0e0c06..0bd0c728be432fccd1b615bcb84d76efcc8aa945 100644 (file)
@@ -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                                                                        \
     {                                                                       \