diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-14 07:50:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:11 -0500 |
commit | 051b93bec3a45a39cd10b5484a7bc3125e7d93af (patch) | |
tree | 7004b3896ba365f798d027e196a163366f87785f /source4 | |
parent | 42863aebb146a417af56876655ef08728a2d1769 (diff) | |
download | samba-051b93bec3a45a39cd10b5484a7bc3125e7d93af.tar.gz samba-051b93bec3a45a39cd10b5484a7bc3125e7d93af.tar.xz samba-051b93bec3a45a39cd10b5484a7bc3125e7d93af.zip |
r7572: fixed filter in test suite
(This used to be commit 73d2e5df0ccf4ab1b78a1044058efd8e2479aa1a)
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/lib/ldb/tests/test-extended.sh | 2 |
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 281ee00f9b2..ede66ec5675 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 |