]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Correct nss/tst-nss-test5 configuration
authorDJ Delorie <dj@delorie.com>
Fri, 21 Jul 2017 23:50:21 +0000 (19:50 -0400)
committerDJ Delorie <dj@delorie.com>
Fri, 21 Jul 2017 23:50:21 +0000 (19:50 -0400)
The configuration was cloned from test4, but test5 does not
have data for a second module.

ChangeLog
nss/tst-nss-test5.c

index 7e316130fbe713c4908bb6cd3647b413b86bdc3a..a0f094bf269266055f62c603c94fef571055d4ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-21  DJ Delorie  <dj@redhat.com>
+
+       * nss/tst-nss-test5.c: Correct test configuration.
+
 2017-07-21  Steve Ellcey  <sellcey@cavium.com>
 
        * localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
index b70f21e8e5ea12774cfc0a4cb83a8d8dabdbdeb3..fef41f08dfa4ace86f1a1c2dcf6759249deb73c3 100644 (file)
@@ -65,7 +65,7 @@ do_test (void)
   int i;
   struct passwd *p;
 
-  __nss_configure_lookup ("passwd", "test1 test2");
+  __nss_configure_lookup ("passwd", "test1");
 
   setpwent ();