This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.25-775-g1740441


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  1740441b49cd4fee21b0368108ab53fb788bba7b (commit)
      from  6259e62c027d38f5061e723f80488c36e5e28cad (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1740441b49cd4fee21b0368108ab53fb788bba7b

commit 1740441b49cd4fee21b0368108ab53fb788bba7b
Author: DJ Delorie <dj@delorie.com>
Date:   Fri Jul 21 19:50:21 2017 -0400

    Correct nss/tst-nss-test5 configuration
    
    The configuration was cloned from test4, but test5 does not
    have data for a second module.

diff --git a/ChangeLog b/ChangeLog
index 7e31613..a0f094b 100644
--- 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
diff --git a/nss/tst-nss-test5.c b/nss/tst-nss-test5.c
index b70f21e..fef41f0 100644
--- a/nss/tst-nss-test5.c
+++ b/nss/tst-nss-test5.c
@@ -65,7 +65,7 @@ do_test (void)
   int i;
   struct passwd *p;
 
-  __nss_configure_lookup ("passwd", "test1 test2");
+  __nss_configure_lookup ("passwd", "test1");
 
   setpwent ();
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    4 ++++
 nss/tst-nss-test5.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]