Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
795fcced
Commit
795fcced
authored
Dec 06, 2009
by
Hallvard Furuseth
Browse files
ITS#5810: exclude instead of include backends, explain exclusion
parent
cd8c1fae
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test006-acls
View file @
795fcced
...
...
@@ -13,11 +13,8 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
case
"
$BACKEND
"
in
bdb|hdb
)
;;
*
)
echo
"Test does not support
$BACKEND
backend"
case
"
$BACKEND
"
in
ldif
|
null
)
echo
"
$BACKEND
backend does not support access controls, test skipped"
exit
0
esac
...
...
tests/scripts/test041-aci
View file @
795fcced
...
...
@@ -13,11 +13,8 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
case
"
$BACKEND
"
in
bdb|hdb
)
;;
*
)
echo
"Test does not support
$BACKEND
backend"
case
"
$BACKEND
"
in
ldif
|
null
)
echo
"
$BACKEND
backend does not support access controls, test skipped"
exit
0
;;
esac
...
...
tests/scripts/test058-syncrepl-asymmetric
View file @
795fcced
...
...
@@ -111,10 +111,8 @@
# environment variable RACE_TESTS can be set to the number of race test
# iterations the script should perform.
case
"
$BACKEND
"
in
bdb|hdb
)
;;
*
)
case
"
$BACKEND
"
in
ldif
|
null
)
# LDIF lacks ACL support, NULL lacks cn=config support
echo
"This test does not support the
$BACKEND
backend"
exit
0
;;
esac
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment