summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-14 07:50:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:11 -0500
commit051b93bec3a45a39cd10b5484a7bc3125e7d93af (patch)
tree7004b3896ba365f798d027e196a163366f87785f
parent42863aebb146a417af56876655ef08728a2d1769 (diff)
downloadsamba-051b93bec3a45a39cd10b5484a7bc3125e7d93af.tar.gz
samba-051b93bec3a45a39cd10b5484a7bc3125e7d93af.tar.bz2
samba-051b93bec3a45a39cd10b5484a7bc3125e7d93af.zip
r7572: fixed filter in test suite
(This used to be commit 73d2e5df0ccf4ab1b78a1044058efd8e2479aa1a)
-rwxr-xr-xsource4/lib/ldb/tests/test-extended.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tests/test-extended.sh b/source4/lib/ldb/tests/test-extended.sh
index 281ee00f9b..ede66ec567 100755
--- a/source4/lib/ldb/tests/test-extended.sh
+++ b/source4/lib/ldb/tests/test-extended.sh
@@ -63,6 +63,6 @@ checkcount 1 '(i1:1.2.840.113556.1.4.804:=0x800000)'
checkcount 1 '(i1:1.2.840.113556.1.4.804:=8388608)'
# this is one that w2k gives
-checkcount 3 '(|(|(&(!(groupType:1.2.840.113556.1.4.803=1))(groupType:1.2.840.113556.1.4.803=2147483648)(groupType:1.2.840.113556.1.4.804=10))(samAccountType=805306368))(samAccountType=805306369))'
+checkcount 3 '(|(|(&(!(groupType:1.2.840.113556.1.4.803:=1))(groupType:1.2.840.113556.1.4.803:=2147483648)(groupType:1.2.840.113556.1.4.804:=10))(samAccountType=805306368))(samAccountType=805306369))'
rm -f $LDB_URL