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
9f38da21
Commit
9f38da21
authored
Dec 01, 2003
by
Kurt Zeilenga
Browse files
fix last commit
parent
5679220f
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test017-syncreplication-refresh
View file @
9f38da21
...
...
@@ -13,7 +13,7 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
if
test
"
$BACKEND
"
!=
"bdb"
-
o
"
$BACKEND
"
!=
"hdb"
-o
;
then
if
test
"
$BACKEND
"
!=
"bdb"
-
a
"
$BACKEND
"
!=
"hdb"
-o
;
then
echo
"Test does not support
$BACKEND
"
exit
0
fi
...
...
tests/scripts/test018-syncreplication-persist
View file @
9f38da21
...
...
@@ -13,7 +13,7 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
if
test
"
$BACKEND
"
!=
"bdb"
-
o
"
$BACKEND
"
!=
"hdb"
-o
;
then
if
test
"
$BACKEND
"
!=
"bdb"
-
a
"
$BACKEND
"
!=
"hdb"
-o
;
then
echo
"Test does not support
$BACKEND
"
exit
0
fi
...
...
tests/scripts/test019-syncreplication-cascade
View file @
9f38da21
...
...
@@ -13,7 +13,7 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
if
test
"
$BACKEND
"
!=
"bdb"
-
o
"
$BACKEND
"
!=
"hdb"
-o
;
then
if
test
"
$BACKEND
"
!=
"bdb"
-
a
"
$BACKEND
"
!=
"hdb"
-o
;
then
echo
"Test does not support
$BACKEND
"
exit
0
fi
...
...
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