mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#9859 skip test020-proxycache for back-wt
This commit is contained in:
parent
be8f7430e5
commit
8ee4bfe633
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