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
5f5ad732
Commit
5f5ad732
authored
Dec 06, 2009
by
Hallvard Furuseth
Browse files
ITS
#5810
: tweak previous commit - explain backend exclusion
parent
9417403a
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test044-dynlist
View file @
5f5ad732
...
...
@@ -22,7 +22,7 @@ fi
if
test
$BACKEND
=
ldif
;
then
# dynlist+ldif fails because back-ldif lacks bi_op_compare()
echo
"
Test does not support
$BACKEND
backend
, test skipped"
echo
"
$BACKEND
backend unsuitable for dynlist overlay
, test skipped"
exit
0
fi
...
...
tests/scripts/test057-memberof-refint
View file @
5f5ad732
...
...
@@ -28,6 +28,7 @@ if test $REFINT = refintno; then
fi
case
$BACKEND
in
bdb
|
null
)
# BDB lacks subtree rename, NULL lacks cn=config support
echo
"Test does not support
$BACKEND
, test skipped"
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