summaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2017-07-21 19:50:21 -0400
committerDJ Delorie <dj@delorie.com>2017-07-21 19:50:21 -0400
commit1740441b49cd4fee21b0368108ab53fb788bba7b (patch)
tree90ee60a6f38e6e79e44ee213d872841148979965 /nss
parent6259e62c027d38f5061e723f80488c36e5e28cad (diff)
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.c2
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 ();