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
cd8c1fae
Commit
cd8c1fae
authored
Dec 06, 2009
by
Hallvard Furuseth
Browse files
ITS
#5810
: fix previous commit - skip back-null
parent
5f5ad732
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test025-limits
View file @
cd8c1fae
...
...
@@ -18,6 +18,11 @@
echo
"running defines.sh"
.
$SRCDIR
/scripts/defines.sh
if
test
$BACKEND
=
null
;
then
echo
"Limits irrelevant to
$BACKEND
backend, test skipped"
exit
0
fi
mkdir
-p
$TESTDIR
$DBDIR1
echo
"Running slapadd to build slapd database..."
...
...
@@ -29,11 +34,6 @@ if test $RC != 0 ; then
exit
$RC
fi
if
test
$BACKEND
=
null
;
then
echo
"Limits irrelevant to
$BACKEND
backend, test skipped"
exit
0
fi
echo
"Running slapindex to index slapd database..."
.
$CONFFILTER
$BACKEND
$MONITORDB
<
$LIMITSCONF
>
$CONF1
$SLAPINDEX
-f
$CONF1
...
...
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