From: DJ Delorie Date: Fri, 21 Jul 2017 23:50:21 +0000 (-0400) Subject: Correct nss/tst-nss-test5 configuration X-Git-Tag: glibc-2.26~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1740441b49cd4fee21b0368108ab53fb788bba7b;p=thirdparty%2Fglibc.git 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 7e316130fbe..a0f094bf269 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-07-21 DJ Delorie + + * nss/tst-nss-test5.c: Correct test configuration. + 2017-07-21 Steve Ellcey * 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 b70f21e8e5e..fef41f08dfa 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 ();