From 3ebe56062297e52cf31499c6eb63c7ce70073bcc Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Tue, 15 Jun 2010 02:23:11 +0400 Subject: ldb: add a new control bypassioperationnal Signed-off-by: Jelmer Vernooij --- source4/lib/ldb/tests/test-controls.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/ldb/tests') 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 -- cgit