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 10dd695..af7c70b 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 72e9582..79ce11e 100644 (file)
@@ -3,6 +3,7 @@ tests/test-localename.c
 
 Depends-on:
 setenv
+unsetenv
 
 configure.ac:
 
index a417ace..0bd0c72 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                                                                        \
     {                                                                       \