mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Fix copypasta in its8444 regression script
This commit is contained in:
parent
0f7eaafb53
commit
c9852044ff
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ if test $ACCESSLOG = accesslogno; then
|
|||
exit 0
|
||||
fi
|
||||
if test $DYNLIST = dynlistno; then
|
||||
echo "Accesslog overlay not available, test skipped"
|
||||
echo "Dynlist overlay not available, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
if test $MEMBEROF = memberofno; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue