summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-12-23 19:35:12 +0000
committerArthur de Jong <arthur@arthurdejong.org>2012-12-23 19:35:12 +0000
commitf94a0d4e903ea040a38a56096e8f0f0eadb93a40 (patch)
treebb69ff593bc65763c06babd3f5ae30c5842fd87f /tests
parentc7bb19c55c7a902e25bdd33b0d49a2ddcf62e07a (diff)
update the netgroup by name request to have one result entry per netgroup with multiple rows within one result
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1874 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_nsscmds.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_nsscmds.sh b/tests/test_nsscmds.sh
index fdca127..7f4fa73 100755
--- a/tests/test_nsscmds.sh
+++ b/tests/test_nsscmds.sh
@@ -2,7 +2,7 @@
# test_nsscmds.sh - simple test script to check output of name lookup commands
#
-# Copyright (C) 2007, 2008, 2009, 2010, 2011 Arthur de Jong
+# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -221,9 +221,7 @@ tstnetgroup ( , arthur, ) (noot, , )
EOM
# check netgroup lookup with different case
-# Note: this should return nothing at all (this is a bug)
check "getent netgroup TSTNETGROUP" << EOM
-TSTNETGROUP
EOM
###########################################################################