Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
5679220f
Commit
5679220f
authored
Dec 01, 2003
by
Kurt Zeilenga
Browse files
merge from HEAD
parent
938aae46
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test017-syncreplication-refresh
View file @
5679220f
...
...
@@ -13,6 +13,11 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
if
test
"
$BACKEND
"
!=
"bdb"
-o
"
$BACKEND
"
!=
"hdb"
-o
;
then
echo
"Test does not support
$BACKEND
"
exit
0
fi
echo
"running defines.sh"
.
$SRCDIR
/scripts/defines.sh
...
...
tests/scripts/test018-syncreplication-persist
View file @
5679220f
...
...
@@ -13,6 +13,11 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
if
test
"
$BACKEND
"
!=
"bdb"
-o
"
$BACKEND
"
!=
"hdb"
-o
;
then
echo
"Test does not support
$BACKEND
"
exit
0
fi
echo
"running defines.sh"
.
$SRCDIR
/scripts/defines.sh
...
...
tests/scripts/test019-syncreplication-cascade
View file @
5679220f
...
...
@@ -13,6 +13,11 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
if
test
"
$BACKEND
"
!=
"bdb"
-o
"
$BACKEND
"
!=
"hdb"
-o
;
then
echo
"Test does not support
$BACKEND
"
exit
0
fi
echo
"running defines.sh"
.
$SRCDIR
/scripts/defines.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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