diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-07-20 10:03:02 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-07-20 10:03:02 +0200 |
commit | e963b7913712bc5c7e954deaf94fde4709534a33 (patch) | |
tree | 95f56bb39d472f912937cacbdb99e46b736edb3f /tests | |
parent | 6d66e08d7a73a43b202a74cbd2ac7d0fd1e5ab3f (diff) |
reflect change in test LDAP setup
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@774 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test_nsscmds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_nsscmds.sh b/tests/test_nsscmds.sh index d988e4a..63797e0 100755 --- a/tests/test_nsscmds.sh +++ b/tests/test_nsscmds.sh @@ -215,7 +215,7 @@ echo "test_nsscmds.sh: testing netgroup..." # check netgroup lookup of test netgroup check "getent netgroup tstnetgroup" << EOM -tstnetgroup (aap, , ) (noot, , ) +tstnetgroup ( , arthur, ) (noot, , ) EOM ########################################################################### |