Correct nss/tst-nss-test5 configuration

The configuration was cloned from test4, but test5 does not
have data for a second module.
This commit is contained in:
DJ Delorie 2017-07-21 19:50:21 -04:00
parent 6259e62c02
commit 1740441b49
2 changed files with 5 additions and 1 deletions

View File

@ -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

View 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 ();