mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
ITS#9859 skip test020-proxycache for back-wt
This commit is contained in:
parent
f451ec470b
commit
b9347719b5
1 changed files with 5 additions and 0 deletions
|
|
@ -40,6 +40,11 @@ if test $BACKEND = ldif ; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
if test $BACKEND = wt ; then
|
||||
echo "Test does not support $BACKEND backend, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1 $DBDIR2
|
||||
|
||||
# Test proxy caching:
|
||||
|
|
|
|||
Loading…
Reference in a new issue