mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
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:
parent
6259e62c02
commit
1740441b49
@ -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>
|
2017-07-21 Steve Ellcey <sellcey@cavium.com>
|
||||||
|
|
||||||
* localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
|
* localedata/Makefile (CFLAGS-tst_iswalnum.c, CFLAGS-tst_iswalpha.c
|
||||||
|
@ -65,7 +65,7 @@ do_test (void)
|
|||||||
int i;
|
int i;
|
||||||
struct passwd *p;
|
struct passwd *p;
|
||||||
|
|
||||||
__nss_configure_lookup ("passwd", "test1 test2");
|
__nss_configure_lookup ("passwd", "test1");
|
||||||
|
|
||||||
setpwent ();
|
setpwent ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user