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
f81e1de6
Commit
f81e1de6
authored
Feb 12, 2018
by
Quanah Gibson-Mount
Browse files
ITS#4336 - Fix regression test to be valid
parent
0e6f39ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/data/regressions/its4336/its4336
View file @
f81e1de6
...
...
@@ -16,15 +16,20 @@
echo
"running defines.sh"
.
$SRCDIR
/scripts/defines.sh
if
test
$BACKLDAP
!
=
"ldapno"
;
then
if
test
$BACKLDAP
=
"ldapno"
;
then
echo
"LDAP backend not available, test skipped"
exit
0
fi
fi
if
test
$RETCODE
=
retcodeno
;
then
echo
"Retcode overlay not available, test skipped"
exit
0
fi
fi
if
test
"
$BACKEND
"
=
"ldap"
;
then
echo
"LDAP backend not valid, test skipped"
exit
0
fi
mkdir
-p
$TESTDIR
$DBDIR1
...
...
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