diff options
author | DJ Delorie <dj@delorie.com> | 2017-07-21 19:50:21 -0400 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2017-07-21 19:50:21 -0400 |
commit | 1740441b49cd4fee21b0368108ab53fb788bba7b (patch) | |
tree | 90ee60a6f38e6e79e44ee213d872841148979965 /nss | |
parent | 6259e62c027d38f5061e723f80488c36e5e28cad (diff) | |
download | glibc-1740441b49cd4fee21b0368108ab53fb788bba7b.tar.gz glibc-1740441b49cd4fee21b0368108ab53fb788bba7b.tar.xz glibc-1740441b49cd4fee21b0368108ab53fb788bba7b.zip |
Correct nss/tst-nss-test5 configuration
The configuration was cloned from test4, but test5 does not have data for a second module.
Diffstat (limited to 'nss')
-rw-r--r-- | nss/tst-nss-test5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/tst-nss-test5.c b/nss/tst-nss-test5.c index b70f21e8e5..fef41f08df 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 (); |