diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-02-03 12:30:15 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-02-03 12:30:15 +0100 |
commit | 913f913b18c30932c5f19e69624f4bbbf516a641 (patch) | |
tree | 239b037aa36788cd4562f6ead68d8fccc4ee5a12 /tests/test_nsscmds.sh | |
parent | 5ee9534863b4b5ed174fa8b0a2c31cae92079394 (diff) |
add tests for new LDAP lookups
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@616 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests/test_nsscmds.sh')
-rwxr-xr-x | tests/test_nsscmds.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_nsscmds.sh b/tests/test_nsscmds.sh index 8f7e920..509916e 100755 --- a/tests/test_nsscmds.sh +++ b/tests/test_nsscmds.sh @@ -153,7 +153,7 @@ testgroup:*:6100:arthur,test EOM check "groups arthur | sed 's/^.*://'" << EOM -users testgroup +users testgroup testgroup2 EOM check "getent group | egrep '^(testgroup|users):'" << EOM @@ -163,7 +163,7 @@ users:*:100:arthur,test EOM check "getent group | wc -l" << EOM -`grep -c : /etc/group | awk '{print $1 + 4}'` +`grep -c : /etc/group | awk '{print $1 + 5}'` EOM check "getent group | grep ^largegroup" << EOM |