about summary refs log tree commit diff
path: root/nss/tst-nss-test3.c
diff options
context:
space:
mode:
Diffstat (limited to 'nss/tst-nss-test3.c')
-rw-r--r--nss/tst-nss-test3.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/nss/tst-nss-test3.c b/nss/tst-nss-test3.c
index d9d708ae7b..4112231778 100644
--- a/nss/tst-nss-test3.c
+++ b/nss/tst-nss-test3.c
@@ -107,7 +107,11 @@ do_test (void)
   int i;
   struct group *g = NULL;
 
-  __nss_configure_lookup ("group", "test1");
+/* Previously we used __nss_configure_lookup to isolate the test
+   from the host environment and to get it to lookup from our new
+   test1 NSS service module, but now this test is run in a different
+   root filesystem via the test-container support and we directly
+   configure the use of the test1 NSS service.  */
 
   setgrent ();