Skip to content
Snippets Groups Projects
Commit 8922b4d8 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#3108 disable test on ldbm

parent 13308a70
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,11 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
if test "$BACKEND" != "bdb" -a "$BACKEND" != "hdb" ; then
echo "Test does not support $BACKEND"
exit 0
fi
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment