diff options
author | Matthieu Patou <mat@matws.net> | 2010-06-15 02:23:11 +0400 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-20 00:43:08 +0200 |
commit | 3ebe56062297e52cf31499c6eb63c7ce70073bcc (patch) | |
tree | 1b8a423340cd624b94ced8bcd96095643422f356 /source4/lib/ldb/tests | |
parent | 9c5f0ed7298e666fcfa05257fc7abfb6d3208433 (diff) | |
download | samba-3ebe56062297e52cf31499c6eb63c7ce70073bcc.tar.gz samba-3ebe56062297e52cf31499c6eb63c7ce70073bcc.tar.bz2 samba-3ebe56062297e52cf31499c6eb63c7ce70073bcc.zip |
ldb: add a new control bypassioperationnal
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source4/lib/ldb/tests')
-rwxr-xr-x | source4/lib/ldb/tests/test-controls.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/tests/test-controls.sh b/source4/lib/ldb/tests/test-controls.sh index db139bbec7..c78acbf471 100755 --- a/source4/lib/ldb/tests/test-controls.sh +++ b/source4/lib/ldb/tests/test-controls.sh @@ -42,5 +42,6 @@ replace someThing someThing: someThingElseBetter EOF +$VALGRIND ldbsearch --controls "bypassoperational:0" >/dev/null 2>&1 || exit 1 set |